You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes 🆙
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user