Fungku\Kwiki\Providers\AppServiceProvider::register PHP Method

register() public method

Register any application services.
public register ( ) : void
return void
    public function register()
    {
        $this->app->bind(Parseable::class, Parser::class);
    }
AppServiceProvider