/**
  * Set the base URL in use by the paginator.
  *
  * @param  string  $baseUrl
  * @return void
  */
 public function setBaseUrl($baseUrl)
 {
     $this->env->setBaseUrl($baseUrl);
 }
예제 #2
0
 /**
  * Set the base URL in use by the paginator.
  *
  * @param string $baseUrl
  * @return void 
  * @static 
  */
 public static function setBaseUrl($baseUrl)
 {
     \Illuminate\Pagination\Environment::setBaseUrl($baseUrl);
 }