Zizaco\Entrust\EntrustServiceProvider::mergeConfig PHP Method

mergeConfig() private method

Merges user's and entrust's configs.
private mergeConfig ( ) : void
return void
    private function mergeConfig()
    {
        $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'entrust');
    }