Skip to content

Commit

Permalink
Update Route.php PHP 8.2 Compatible (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarcher authored Feb 11, 2024
1 parent a5b901d commit 24f17dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Routing/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ class Route extends \Illuminate\Routing\Route
* @var string
*/
protected $controllerClass;

/**
* Controller method name.
*
* @var string
*/
protected $controllerMethod;

/**
* Indicates if the request is conditional.
Expand Down

0 comments on commit 24f17dd

Please sign in to comment.