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 e21ea87 commit c2b12a1Copy full SHA for c2b12a1
src/Flynsarmy/DbBladeCompiler/DbBladeCompilerServiceProvider.php
@@ -48,8 +48,7 @@ public function register()
48
});
49
50
$this->app->booting(function () {
51
- $loader = \Illuminate\Foundation\AliasLoader::getInstance();
52
- $loader->alias('DbView', DbView::class);
+ $loader = \Illuminate\Foundation\AliasLoader::getInstance();
53
54
}
55
@@ -63,4 +62,4 @@ public function provides()
63
62
return array();
64
65
66
-}
+}
0 commit comments