We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dc820 commit df2a4fbCopy full SHA for df2a4fb
src/ServiceProvider.php
@@ -19,7 +19,7 @@ public function register()
19
20
$this->registerDatagridHelper();
21
22
- $this->app->bindShared('datagrid-builder', function ($app) {
+ $this->app->singleton('datagrid-builder', function ($app) {
23
24
return new DatagridBuilder($app, $app['datagrid-helper']);
25
});
0 commit comments