Commit 98305ff
authored
Fix missing include in
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.hook-redirection.blade.php (#2870)1 parent aaff115 commit 98305ff
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
0 commit comments