Example #1
0
 /**
  * getPattern
  *
  * @return string
  */
 protected function getPattern()
 {
     $evn = \Reliv\Server\Environment::get('name', 'production');
     return "{$this->path}/{$evn}/*.php";
 }