boot() public method

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;
 }