Beispiel #1
0
 /**
  * Get the locale of the paginator.
  *
  * @return string 
  * @static 
  */
 public static function getLocale()
 {
     return \Illuminate\Pagination\Environment::getLocale();
 }