slack icon indicating copy to clipboard operation
slack copied to clipboard

$this->app->share deprecated in 5.4

Open whoacowboy opened this issue 8 years ago • 1 comments

Couldn't figure out the pull request.

https://github.com/maknz/slack/blob/1.7.0/src/SlackServiceProviderLaravel5.php#L27

Change

$this->app['maknz.slack'] = $this->app->share(function($app)

to

$this->app->singleton('maknz.slack', function($app)

whoacowboy avatar Feb 12 '17 22:02 whoacowboy

@maknz said on twitter that he doesn't have time to maintain this package anymore and will soon post a deprecation notice.

Link: https://twitter.com/maknz/status/833866298232754177

AlexDanault avatar Feb 23 '17 19:02 AlexDanault