Skip to content

Commit 24f17dd

Browse files
authored
Update Route.php PHP 8.2 Compatible (#38)
1 parent a5b901d commit 24f17dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Routing/Route.php

+7
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ class Route extends \Illuminate\Routing\Route
6565
* @var string
6666
*/
6767
protected $controllerClass;
68+
69+
/**
70+
* Controller method name.
71+
*
72+
* @var string
73+
*/
74+
protected $controllerMethod;
6875

6976
/**
7077
* Indicates if the request is conditional.

0 commit comments

Comments
 (0)