Skip to content

Commit c82a8c5

Browse files
committed
Remove erroneous argument
1 parent 202dabc commit c82a8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/TraceCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function handle()
7777

7878
private function appClasses()
7979
{
80-
$dir = Blueprint::appPath('app');
80+
$dir = Blueprint::appPath();
8181

8282
if (config('blueprint.models_namespace')) {
8383
$dir .= '/' . str_replace('\\', '/', config('blueprint.models_namespace'));

0 commit comments

Comments
 (0)