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 ddae0de commit 7c33332Copy full SHA for 7c33332
src/AdminLTEPresetServiceProvider.php
@@ -11,8 +11,6 @@ public function boot()
11
{
12
UiCommand::macro('adminlte', function (UiCommand $command) {
13
14
- $command->info("AdminLTE Preset called");
15
-
16
$adminLTEPreset = new AdminLTEPreset($command);
17
$adminLTEPreset->install();
18
0 commit comments