Use PDO::FETCH_ASSOC #39584
Unanswered
zavre-c
asked this question in
Show and tell
Replies: 1 comment
-
Laravel developers deliberately made the code not expandable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
USE PDO::FETCH_ASSOC
In AppServiceProvider -> boot() , we replicated config in database.php with name mssql and driver mssql
Use either of the both
Tried this but didn't work [DEPRECATED] #3512
$this->app['config']['database.fetch'] = PDO::FETCH_ASSOC;
Beta Was this translation helpful? Give feedback.
All reactions