Passed
Push — dev ( 2b9faa...92985a )
by Chris
04:52 queued 11s
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.