Sleimanx2\Plastic\PlasticServiceProvider::registerAlias PHP Method

registerAlias() protected method

Register the Plastic alias.
protected registerAlias ( )
    protected function registerAlias()
    {
        AliasLoader::getInstance()->alias('Plastic', Plastic::class);
    }