8000 Makes abstract controller `abstract` (#6276) · laravel/laravel@5be26b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5be26b2

Browse files
authored
Makes abstract controller abstract (#6276)
1 parent b31454c commit 5be26b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace App\Http\Controllers;
44

5-
class Controller
5+
abstract class Controller
66
{
77
//
88
}

0 commit comments

Comments
 (0)
0