Passed
Push — task/common-translation-packag... ( 1125af...852212 )
by Grant
08:02
created
app/Models/Lookup/JobPosterStatus.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,6 +29,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.