Add root team + localhost (coolify host) in prod seeder
This commit is contained in:
@@ -8,6 +8,7 @@ class Team extends BaseModel
|
||||
'personal_team' => 'boolean',
|
||||
];
|
||||
protected $fillable = [
|
||||
'id',
|
||||
'name',
|
||||
'personal_team'
|
||||
];
|
||||
|
||||
@@ -19,6 +19,7 @@ class User extends Authenticatable
|
||||
* @var array<int, string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'id',
|
||||
'name',
|
||||
'email',
|
||||
'password',
|
||||
|
||||
Reference in New Issue
Block a user