mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
An automated return-type pass aliased the view contract as ViewContract to avoid clashing with the imported View facade, but left four methods (curatedOnboarding, language, redirectUrl, followIntent) typed against the facade instead of the contract. That threw a TypeError on /auth/sign_up. Convert the four View::make() calls to the view() helper, drop the facade import, and use a single Illuminate\Contracts\View\View import for all return types. |
3 weeks ago | |
|---|---|---|
| .. | ||
| Controllers | 3 weeks ago | |
| Middleware | 4 weeks ago | |
| Requests | 4 weeks ago | |
| Resources | 3 weeks ago | |