Browse Source

Remote unneeded properties.

Taylor Otwell 12 years ago
parent
commit
af9f875ee3
1 changed files with 0 additions and 14 deletions
  1. 0 14
      laravel/routing/controller.php

+ 0 - 14
laravel/routing/controller.php

@@ -25,20 +25,6 @@ abstract class Controller {
 	 * @var string
 	 */
 	public $bundle;
-	
-	/**
-	 * The controllers name
-	 *
-	 * @var string
-	 */
-	public $name;
-
-	/**
-	 * The controllers action
-	 *
-	 * @var string
-	 */
-	public $action;
 
 	/**
 	 * Indicates if the controller uses RESTful routing.