Merge branch 'staging' into feature/senior-officer
This commit is contained in:
@@ -14,7 +14,7 @@ class KondisiBangunan extends Model
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*/
|
||||
protected $fillable = ['code', 'name'];
|
||||
protected $fillable = ['code','name'];
|
||||
|
||||
protected static function newFactory(): KondisiBangunanFactory
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ class Teams extends Model
|
||||
}
|
||||
|
||||
public function penilaianTeam(){
|
||||
return $this->hasMany(penilaianTeam::class, 'team_id', 'id');
|
||||
return $this->hasMany(PenilaianTeam::class, 'team_id', 'id');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user