Closed rabichawila closed 4 years ago
Hi @rabichawila,
This seems to be related to the database data source usage. Did you take a look at the docs? Let me know if you find something.
I have managed to suppress the error with this :
config/novapage.php
'database' => [
'table_name' => 'static_pages',
'model' => 'App\\Models\\StaticPage',
],
Thanks.
Helping someone with their project and we're facing this error. Anyone who know what we might be missing?..