Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Options
Example #1
0
 /**
  * Init instance
  *
  * @return Instance
  */
 protected static function initInstance()
 {
     $instance = new Instance();
     $instance->setOptions(Config::getData('messages'));
     return $instance;
 }