Skip to content

Commit

Permalink
use config
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Oct 25, 2023
1 parent 6cf3d2e commit 1eb9c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Utilities/helpers.php
Expand Up @@ -295,7 +295,7 @@ function role_model_class(): string
{
return module_is_enabled('roles')
? config('roles.models.role')
: \App\Models\Auth\Role::class;
: config('laratrust.models.role');
}
}

Expand Down

0 comments on commit 1eb9c6d

Please sign in to comment.