Closed vpratfr closed 7 years ago
@vpratfr update your composer dependency to dev-master
and you should be fine.
https://github.com/letrunghieu/active/blob/master/src/ActiveServiceProvider.php#L43-L54
it has been updated to use $app->singleton
I updated the version number to 3.4.0
In the current version, you still have a reference to
app->share
in your service provider.I see that the development version is using the
app->singleton
method. Could you release an update to get compatibility with L5.4?