Laravel version update
Laravel version update
This commit is contained in:
@@ -38,7 +38,7 @@ class DatatableServiceProvider extends ServiceProvider {
|
||||
|
||||
$this->mergeConfigFrom(__DIR__.'/../../config/config.php', 'chumper.datatable');
|
||||
|
||||
$this->app['datatable'] = $this->app->share(function($app)
|
||||
$this->app->singleton('datatable', function($app)
|
||||
{
|
||||
return new Datatable;
|
||||
});
|
||||
|
Reference in New Issue
Block a user