@@ -85,7 +85,7 @@ |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | // Request for a non-existent location? |
88 | - if ($parent_id !== null && $parent->id() === null) { |
|
88 | + if ($parent_id !== null && $parent->id() === null) { |
|
89 | 89 | return redirect(route(__CLASS__)); |
90 | 90 | } |
91 | 91 |