mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Create guild_rank entries, in case MySQL trigger not loaded
This commit is contained in:
@@ -9,6 +9,8 @@ class GuildRank extends Model {
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = ['guild_id', 'name', 'level'];
|
||||
|
||||
public function guild()
|
||||
{
|
||||
return $this->belongsTo(Guild::class);
|
||||
|
Reference in New Issue
Block a user