Skip to content

Commit e64ed7e

Browse files
committed
Fix namespace
1 parent 70d9796 commit e64ed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function generateEloquent()
102102
$alias->addClass($this->extra[$name]);
103103
}
104104

105-
$eloquentAliases['_root'] = [$alias];
105+
$eloquentAliases['__root'] = [$alias];
106106
}
107107

108108
$app = app();

0 commit comments

Comments
 (0)