I am creating project with Laravel Illuminate that connects to existing Firebird database using jacquestvanzuydam project. The problem is that Firebird doesn't use quotes around table and field names, but my present configuration tries to add quotes around table names in each select that it creates automatically.
How to configure Laravel or Illuminate to create SQL statements without quotes?