Пример #1
0
 /**
  * Initialize the Security Service.
  */
 protected function initSecurity()
 {
     $this->di->setShared('security', function () {
         $security = new Security();
         $security->setWorkFactor(12);
         return $security;
     });
 }