Skip to content

Commit

Permalink
Add default route binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaliolahi committed Feb 28, 2024
1 parent 99a840c commit 98cac44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class ServiceProvider extends SupportServiceProvider
*/
public function register()
{
$this->app->singleton('smart-hash', function() {
return [];
});
}

/**
Expand Down

0 comments on commit 98cac44

Please sign in to comment.