Skip to content

Commit 98305ff

Browse files
authored
Fix missing include in hook-redirection.blade.php (#2870)
In commit b560ff5, the `layouts.app` base template was added to `hook-redirection.blade.php`. However, in commit b156ec4, the base template was removed, leaving a broken include reference. This causes commands like `php artisan view:cache` to fail due to the missing template. This commit removes the invalid include, restoring the file to its state prior to b560ff5 and resolving the issue.
1 parent aaff115 commit 98305ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/views/hook-redirection.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<x-layouts.app>
21
<div
32
id="redirectData"
43
data-gallery="{{ $gallery }}"
@@ -21,4 +20,3 @@
2120
window.location = base;
2221
}
2322
</script>
24-
</x-layouts.app>

0 commit comments

Comments
 (0)