Completed
Pull Request — master (#87)
by Phecho
03:28
created
app/Http/helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     function back_url($route, $parameters = [], $status = 302, $headers = [])
30 30
     {
31
-        if($route !== null && app('url')->previous() == app('url')->full()) {
31
+        if ($route !== null && app('url')->previous() == app('url')->full()) {
32 32
             return app('url')->route($name, $params);
33 33
         }
34 34
 
Please login to merge, or discard this patch.