Commit 8a8ad48
fix(tests): call app() before resolving cache.store in DeleteTest
`resolve('cache.store')` requires the container to be bootstrapped.
The new regression test in #4391 called it before `$this->app()`,
causing a binding resolution failure.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent b0865d6 commit 8a8ad48
1 file changed
Lines changed: 2 additions & 0 deletions
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments