Skip to content

Commit 5299344

Browse files
committed
Update ServiceProvider.php
1 parent df2a4fb commit 5299344

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
@@ -27,7 +27,7 @@ public function register()
2727

2828
protected function registerDatagridHelper()
2929
{
30-
$this->app->bindShared('datagrid-helper', function ($app) {
30+
$this->app->singleton('datagrid-helper', function ($app) {
3131

3232
$configuration = $app['config']->get('datagrid-builder');
3333

0 commit comments

Comments
 (0)