kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
537 stars 58 forks source link

Add prefix in table name used in Cacheable trait #49

Closed dmandrade closed 8 years ago

dmandrade commented 8 years ago

The cacheable trait generate query without using the prefix set in "database.connections", throwing a exception:

QueryException in Connection.php line 651 SQLSTATE[42S02]: Base table or view not found

kirkbushell commented 8 years ago

Thanks for this :)