參考網址
Go to: app/Providers/EventServiceProvider.php
Add this to the top of the file:
use Illuminate\Database\Events\StatementPrepared;
In the boot method add:
Event::listen(StatementPrepared::class, function ($event) {
$event->statement->setFetchMode(\PDO::FETCH_ASSOC);
});
In t
沒有留言:
張貼留言