Commit 09feb52d authored by Taylor Otwell's avatar Taylor Otwell

changed auth and view variables to protected.

parent aa1e20bc
......@@ -19,7 +19,7 @@ class Auth {
*
* @var string
*/
private static $key = 'laravel_user_id';
protected static $key = 'laravel_user_id';
/**
* Determine if the current user of the application is authenticated.
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment