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 202dabc commit c82a8c5Copy full SHA for c82a8c5
src/Commands/TraceCommand.php
@@ -77,7 +77,7 @@ public function handle()
77
78
private function appClasses()
79
{
80
- $dir = Blueprint::appPath('app');
+ $dir = Blueprint::appPath();
81
82
if (config('blueprint.models_namespace')) {
83
$dir .= '/' . str_replace('\\', '/', config('blueprint.models_namespace'));
0 commit comments