Zizaco\Entrust\EntrustServiceProvider::register PHP 메소드

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void
    public function register()
    {
        $this->registerEntrust();
        $this->registerCommands();
        $this->mergeConfig();
    }

Usage Example

 /**
  * Register the application services.
  *
  * @return void
  */
 public function register()
 {
     parent::register();
 }