Skip to content

Commit 96afd1b

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 02d51b7 commit 96afd1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/Console/Commands/RequireDevTools.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ public function handle()
145145
// Finish
146146
$this->progressBar->finish();
147147
$this->info(' DevTools is now required.');
148-
148+
149149
// DevTools inside installer
150150
$this->info('');
151151
$this->info(' Now running the DevTools installation command.');
152152

153153
// manually include the command in the run-time
154-
include(base_path('vendor/backpack/devtools/src/Console/Commands/InstallDevTools.php'));
155-
154+
include base_path('vendor/backpack/devtools/src/Console/Commands/InstallDevTools.php');
155+
156156
$this->call(\Backpack\DevTools\Console\Commands\InstallDevTools::class);
157157
}
158158
}

0 commit comments

Comments
 (0)