lucidarch / laravel

[DEPRECATED] See https://github.com/lucidarch/lucid

Home Page:https://lucidarch.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object of class could not be converted to string

ModestasBlazys opened this issue · comments

Hi,

Found this by accident.

MarshalTrait.php, Line 61

throw new Exception("Unable to map parameter [{$parameter->name}] to command [{$command}]");

when I hit this line received following error

Object of class could not be converted to string

I suspect that it complains about $command

Thanks

Hey @ModestasBlazys , I could not replicate the issue. Is this still the case? Could you please elaborate on this?