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