Skip to content

Commit df2a4fb

Browse files
committed
Deprecated method Application::bindShared()
1 parent c1dc820 commit df2a4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function register()
1919

2020
$this->registerDatagridHelper();
2121

22-
$this->app->bindShared('datagrid-builder', function ($app) {
22+
$this->app->singleton('datagrid-builder', function ($app) {
2323

2424
return new DatagridBuilder($app, $app['datagrid-helper']);
2525
});

0 commit comments

Comments
 (0)