Closed
Description
in order to be 5.4 compatible you must rewrite the register function in ExchangeServiceProvider as this
public function register()
{
// $this->app['exchange'] = $this->app->singleton(function($app) {
// return new Exchange;
// });
$this->app->singleton('exchange', function ($app) {
return new Exchange;
});
}
my 2 cents
Metadata
Metadata
Assignees
Labels
No labels