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 df2a4fb commit 5299344Copy full SHA for 5299344
src/ServiceProvider.php
@@ -27,7 +27,7 @@ public function register()
27
28
protected function registerDatagridHelper()
29
{
30
- $this->app->bindShared('datagrid-helper', function ($app) {
+ $this->app->singleton('datagrid-helper', function ($app) {
31
32
$configuration = $app['config']->get('datagrid-builder');
33
0 commit comments