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
message: ErrorException: get_class() expects parameter 1 to be object, null given
in \bsrestoauth2\vendor\flipbox\lumen-generator\src\LumenGenerator\Console\RouteListCommand.php:65
Used in Lumen7 + dingo 3. causes part of the code in dingo routes:
message: ErrorException: get_class() expects parameter 1 to be object, null given
in \bsrestoauth2\vendor\flipbox\lumen-generator\src\LumenGenerator\Console\RouteListCommand.php:65
Used in Lumen7 + dingo 3. causes part of the code in dingo routes:
$api->get(
'/',
function () {
return [
'message' => trans('messages.welcome'),
'branch' => 'dev-production',
];
}
);
It works normally in use.
The text was updated successfully, but these errors were encountered: