Passed
Push — task/application-handle-step-s... ( 5f39f9 )
by Yonathan
08:23
created
app/Models/JobApplication.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -533,7 +533,7 @@
 block discarded – undo
533 533
      * Attach steps to new application (version 2).
534 534
      *
535 535
      * @return void
536
-    */
536
+     */
537 537
     public function attachSteps(): void
538 538
     {
539 539
         $basicStep = Step::where('name', 'basic')->first();
Please login to merge, or discard this patch.