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 02d51b7 commit 96afd1bCopy full SHA for 96afd1b
src/app/Console/Commands/RequireDevTools.php
@@ -145,14 +145,14 @@ public function handle()
145
// Finish
146
$this->progressBar->finish();
147
$this->info(' DevTools is now required.');
148
-
+
149
// DevTools inside installer
150
$this->info('');
151
$this->info(' Now running the DevTools installation command.');
152
153
// manually include the command in the run-time
154
- include(base_path('vendor/backpack/devtools/src/Console/Commands/InstallDevTools.php'));
155
+ include base_path('vendor/backpack/devtools/src/Console/Commands/InstallDevTools.php');
156
$this->call(\Backpack\DevTools\Console\Commands\InstallDevTools::class);
157
}
158
0 commit comments