Skip to content

Commit af9f875

Browse files
committed
Remote unneeded properties.
1 parent 5fcf57a commit af9f875

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

laravel/routing/controller.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,6 @@ abstract class Controller {
2525
* @var string
2626
*/
2727
public $bundle;
28-
29-
/**
30-
* The controllers name
31-
*
32-
* @var string
33-
*/
34-
public $name;
35-
36-
/**
37-
* The controllers action
38-
*
39-
* @var string
40-
*/
41-
public $action;
4228

4329
/**
4430
* Indicates if the controller uses RESTful routing.

0 commit comments

Comments
 (0)