boot() публичный Метод

This method is automatically called by dispatch(), but you can use it to build all services when not handling a request.
public boot ( )
Пример #1
0
 public function boot()
 {
     parent::boot();
     return $this;
 }