Passed
Push — feature/manager-summary-view ( 1fc95b...752e93 )
by Grant
05:33 queued 13s
created
app/Services/Validation/ApplicationValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 class ApplicationValidator
13 13
 {
14 14
 
15
-    public $backendRules =  [
15
+    public $backendRules = [
16 16
             'job_poster_id' => 'required',
17 17
             'application_status_id' => 'required',
18 18
             'applicant_id' => 'required',
Please login to merge, or discard this patch.