Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vbasky committed Mar 14, 2020
1 parent 2644c6e commit 069a7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndicscriptServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function boot()

public function register()
{
$this->app->bind('indiscript', function () {
$this->app->bind('indicscript', function () {
return new Indicscript();
});
}
Expand Down

0 comments on commit 069a7eb

Please sign in to comment.