boot() public method

public boot ( )
Example #1
0
 /**
  * Boot providers.
  *
  * @throws ExecutionException
  */
 protected function bootProviders()
 {
     $this->serviceRegister->boot();
 }