Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 29, 2024
1 parent 70d9796 commit e64ed7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function generateEloquent()
$alias->addClass($this->extra[$name]);
}

$eloquentAliases['_root'] = [$alias];
$eloquentAliases['__root'] = [$alias];
}

$app = app();
Expand Down

0 comments on commit e64ed7e

Please sign in to comment.