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 bf55f1a commit efc0563Copy full SHA for efc0563
src/MaterializeCSSServiceProvider.php
@@ -17,7 +17,7 @@ public function register() {
17
}
18
19
protected function registerMaterializeCSSBuilder() {
20
- $this->app->bindShared('materialize-css', function($app) {
+ $this->app->singleton('materialize-css', function($app) {
21
return new MaterializeCSSBuilder($app['url']);
22
});
23
0 commit comments