Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 49a0671

Browse files
committed
update foundation namespace - now that it's been extracted
1 parent 71236bc commit 49a0671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function findRootNamespace()
133133
*/
134134
public function findFoundationNamespace()
135135
{
136-
return $this->findRootNamespace().'\Foundation';
136+
return 'Lucid\Foundation';
137137
}
138138

139139
/**

src/Generators/stubs/routeserviceprovider.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use {{foundation_namespace}}\Providers\RouteServiceProvider as ServiceProvider;
77
class RouteServiceProvider extends ServiceProvider
88
{
99
/**
10-
* Read the routes from the "routes.php" file of this service
10+
* Read the routes from the "routes.php" file of this Service
1111
*
1212
* @param \Illuminate\Routing\Router $router
1313
*/

0 commit comments

Comments
 (0)