@@ -29,6 +29,6 @@ |
||
29 | 29 | |
30 | 30 | public function job_posters() // phpcs:ignore |
31 | 31 | { |
32 | - return $this->hasMany(\App\Models\JobPoster::class); |
|
32 | + return $this->hasMany (\App\Models\JobPoster::class); |
|
33 | 33 | } |
34 | 34 | } |