Passed
Push — develop ( ce941a...fac1d0 )
by Septianata
18:56
created
app/Http/Controllers/Admin/ProfileController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         return redirect()->route('admin.profile.edit')->with([
37 37
             'alert' => [
38 38
                 'type' => 'alert-success',
39
-                'message' => trans('The :resource was updated!', ['resource' => trans('Profile')]),
39
+                'message' => trans('The :resource was updated!', [ 'resource' => trans('Profile') ]),
40 40
             ],
41 41
         ]);
42 42
     }
Please login to merge, or discard this patch.