setContentReader() public static method

Set the ContentReader instance
public static setContentReader ( Xpressengine\Storage\ContentReaderInterface $reader ) : void
$reader Xpressengine\Storage\ContentReaderInterface content reader instance
return void
 /**
  * Bootstrap the application events.
  *
  * @return void
  */
 public function boot()
 {
     File::setContentReader($this->app['xe.storage']->getFilesystemHandler());
     File::setUrlMaker($this->app['xe.storage.url']);
 }