Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
replaced deprecated bindShared() with singleton()
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed Feb 11, 2016
1 parent cbf5076 commit 687c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lookitsatravis/Listify/ListifyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function registerConsoleCommands()
*/
protected function registerListifyAttach()
{
$this->app->bindShared('listify.attach', function($app)
$this->app->singleton('listify.attach', function($app)
{
return new Commands\AttachCommand;
});
Expand Down

0 comments on commit 687c85f

Please sign in to comment.