🆙 More fixes 🆙

This commit is contained in:
Remco
2026-01-20 19:44:22 +01:00
parent a71a634dee
commit eb55c3ab68
10 changed files with 67 additions and 54 deletions
@@ -8,6 +8,14 @@ use App\Models\User;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasMany;
/**
* @property int $id
* @property string $rank_name
* @property string $badge
* @property string|null $description
* @property string|null $prefix_color
* @property bool $hidden_rank
*/
class Permission extends Model implements HasBadge
{
protected $table = 'permissions';