d2d.emegrendeles.hu/app/Models/Role.php
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01:00

14 lines
203 B
PHP

<?php
namespace App\Models;
use Laratrust\Models\Role as LaratrustRole;
/**
* @method static where(string $string, string $string1)
*/
class Role extends LaratrustRole
{
public $guarded = [];
}