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

Commit

Permalink
Merge pull request #15 from czim/master
Browse files Browse the repository at this point in the history
replaced deprecated bindShared() with singleton()
  • Loading branch information
lookitsatravis committed Feb 11, 2016
2 parents cbf5076 + 687c85f commit 882b86c
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 882b86c

Please sign in to comment.