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

Commit 68406fc

Browse files
author
Piet de Vries
authored
Update controller stub to new structure
The controllers folder got removed from the foundation folder and the controller moved straight into http.
1 parent 1ea6c18 commit 68406fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/stubs/controller.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace {{namespace}};
44

55
use Illuminate\Http\Request;
6-
use {{foundation_namespace}}\Http\Controllers\Controller;
6+
use {{foundation_namespace}}\Http\Controller;
77

88
class {{controller}} extends Controller
99
{

0 commit comments

Comments
 (0)