Example #1
0
 /**
  * Determine if the framework is 5.1 or higher
  *
  * @return bool
  */
 private function isL51()
 {
     return substr($this->app->version(), 0, 3) >= 5.1;
 }