Skip to content

Commit

Permalink
Fix issue on PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PhiloNL committed Feb 27, 2014
1 parent 1666b6e commit 61141d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ class Blade {
* Array containg paths where to look for blade files
* @var array
*/
protected $viewPaths;
public $viewPaths;

/**
* Location where to store cached views
* @var string
*/
protected $cachePath;
public $cachePath;

/**
* @var Illuminate\Container\Container
Expand Down

0 comments on commit 61141d9

Please sign in to comment.