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
I have been using Boris with Laravel, using the "php artisan tinker" command. I am not sure whether the problem lies on Laravel or Boris, so I submit issue on both repositories.
So, for example I have a class that has the following FCQN, Chiara\User\Entity\Profile.
Haha its been a year since I post this issue. It has actually been fixed, I think. I cannot test it right now because Laravel has been using Psy Shell.
I have been using Boris with Laravel, using the "php artisan tinker" command. I am not sure whether the problem lies on Laravel or Boris, so I submit issue on both repositories.
So, for example I have a class that has the following FCQN,
Chiara\User\Entity\Profile
.So instead of returning the FCQN if using
::class
, it will instead only return the actual class name. I am using PHP 5.6 on Ubuntu 14.04.The text was updated successfully, but these errors were encountered: