Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels