Skip to content

Commit bfc0a43

Browse files
author
Robert Kummer
authored
Supporting package path feature
1 parent bc61396 commit bfc0a43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Providers/RoutesProvider.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
class RoutesProvider extends RouteServiceProvider
88
{
9+
protected $packagePath = __DIR__ . '/../../';
10+
911
protected $routesNamespace = 'Ipunkt\\LaravelPackage\\Http\\Controllers';
1012

1113
protected $routesMiddleware = 'web';
1214

1315
protected $routesFile = 'routes/web.php';
14-
}
16+
}

0 commit comments

Comments
 (0)