Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information