Skip to content

Commit

Permalink
Update SpintaxServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
madeITBelgium authored Feb 7, 2020
1 parent 68998ca commit ea3f20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpintaxServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()
*/
public function register()
{
$this->app->singleton('spintax', self::class);
$this->app->bind('spintax', 'MadeITBelgium\Spintax\Spintax');
}

/**
Expand Down

0 comments on commit ea3f20a

Please sign in to comment.