You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
haringsrob
changed the title
[2.x] Too few arguments to function Illuminate\Routing\Router::singleton()
❗ [2.x] Too few arguments to function Illuminate\Routing\Router::singleton()
Nov 30, 2022
Summary
In Laravel 9 a new Route::singleton method was added. This conflicts with our usage of the singleton macro.
Because of this we have released Twill 2.12.0 which renames
Route::singleton
toRoute::twillSingleton
.To fix this, you have to update the routes
routes/admin.php
The text was updated successfully, but these errors were encountered: