Sleimanx2\Plastic\MappingServiceProvider::register PHP 메소드

register() 공개 메소드

Register the service provider.
public register ( )
    public function register()
    {
        $this->registerRepository();
        $this->registerMapper();
        $this->registerCreator();
        $this->registerCommands();
        $this->registerAlias();
    }