X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a274406038e13cf678e14d65dfa70d04ead67206..refs/pull/3032/head:/app/Auth/Role.php diff --git a/app/Auth/Role.php b/app/Auth/Role.php index dcd960948..46921caeb 100644 --- a/app/Auth/Role.php +++ b/app/Auth/Role.php @@ -13,12 +13,13 @@ use Illuminate\Database\Eloquent\Relations\HasMany; /** * Class Role. * - * @property int $id - * @property string $display_name - * @property string $description - * @property string $external_auth_id - * @property string $system_name - * @property bool $mfa_enforced + * @property int $id + * @property string $display_name + * @property string $description + * @property string $external_auth_id + * @property string $system_name + * @property bool $mfa_enforced + * @property Collection $users */ class Role extends Model implements Loggable {