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
ファイル: MicroApp.php プロジェクト: dragoonis/framework
 public function boot()
 {
     parent::boot();
     return $this;
 }