Exemple #1
0
 /**
  * Get the current view factory.
  *
  * @return \Illuminate\View\Factory 
  * @static 
  */
 public static function getViewFactory()
 {
     return \Illuminate\Pagination\Factory::getViewFactory();
 }