Apply fixes from StyleCI

This commit is contained in:
2020-10-11 01:54:22 +00:00
committed by StyleCI Bot
parent 06d1e0ad3f
commit d5d23b7dbd
14 changed files with 265 additions and 88 deletions

View File

@@ -37,7 +37,6 @@ class Team extends TeamworkTeam
return $this->belongsToMany('App\Vacancy', 'team_has_vacancy');
}
public function files()
{
return $this->hasMany('App\TeamFile', 'team_id');