Closed MarioRadu closed 3 years ago
The fromObject method from Api\App\RestDispatchTrait is not used. What is actually used is the fromObject method from Mezzio\Hal\ResourceGenerator. We can remove the unused method from the Api\App\RestDispatchTrait .
fromObject
Api\App\RestDispatchTrait
Mezzio\Hal\ResourceGenerator
@MarioRadu you sure you meant fromObject? Because there's no such method in Api\App\RestDispatchTrait. Also checked git history, it never existed.
No fix needed.
The
fromObject
method fromApi\App\RestDispatchTrait
is not used. What is actually used is thefromObject
method fromMezzio\Hal\ResourceGenerator
. We can remove the unused method from theApi\App\RestDispatchTrait
.