Hi,
Method get from query builder return array of stdClass object. It is posible change stdClass to another?
Regards, Adam
Maybe try this: app -> config.php
Change 'fetch' => PDO::FETCH_CLASS, to 'fetch' => PDO::FETCH_ASSOC,
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community