Test Setup Failed
Push — master ( 6610ca...48f3b0 )
by
unknown
05:51
created
app/Http/Controllers/VirtualJudge/PTA/PTA.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
     public function submit()
92 92
     {
93
-        $validator = Validator::make($this->post_data, [
93
+        $validator=Validator::make($this->post_data, [
94 94
             'pid' => 'required|integer',
95 95
             'cid' => 'required|integer',
96 96
             'coid' => 'required|integer',
Please login to merge, or discard this patch.