changed auth and view variables to protected.

This commit is contained in:
Taylor Otwell
2011-08-08 22:20:59 -05:00
parent aa1e20bcef
commit 09feb52db9
2 changed files with 2 additions and 9 deletions

View File

@@ -35,14 +35,7 @@ class View {
*
* @var array
*/
protected static $composers;
/**
* The defined view names.
*
* @var array
*/
protected static $names;
public static $composers;
/**
* Create a new view instance.