Skip to content

Commit 43e1852

Browse files
committed
Fix Manifest path
1 parent 60d9dbf commit 43e1852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FakerLaravelServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class FakerLaravelServiceProvider extends \Illuminate\Support\ServiceProvider
1414
*/
1515
public function boot()
1616
{
17-
Container::packageManifestPath('./bootstrap/cache/faker-packages.php');
17+
Container::packageManifestPath(base_path().'/bootstrap/cache/faker-packages.php');
18+
Container::basePath(base_path());
1819
}
1920

2021
/**

0 commit comments

Comments
 (0)