Skip to content

Commit efc0563

Browse files
committed
fix for laravel 5.2
1 parent bf55f1a commit efc0563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaterializeCSSServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function register() {
1717
}
1818

1919
protected function registerMaterializeCSSBuilder() {
20-
$this->app->bindShared('materialize-css', function($app) {
20+
$this->app->singleton('materialize-css', function($app) {
2121
return new MaterializeCSSBuilder($app['url']);
2222
});
2323
}

0 commit comments

Comments
 (0)