Karlomikus\Theme\ThemeServiceProvider::registerCore PHP Method

registerCore() public method

public registerCore ( )
    public function registerCore()
    {
        $this->app->singleton(ThemeInterface::class, Theme::class);
        $this->commands(ThemeListCommand::class);
        $this->commands(ThemeMakeCommand::class);
    }