예제 #1
0
 /**
  * Create new taggedFileCache instance.
  */
 function __construct()
 {
     $file = App::make('Illuminate\\Filesystem\\Filesystem');
     parent::__construct($file, storage_path('cache'));
 }