Commit 10fab910 authored by Emir Karşıyakalı's avatar Emir Karşıyakalı

fixed table names from faqs repository

parent 5101d500
...@@ -23,8 +23,8 @@ class FaqsRepository extends BaseRepository ...@@ -23,8 +23,8 @@ class FaqsRepository extends BaseRepository
{ {
return $this->query() return $this->query()
->select([ ->select([
config('mdule.faqs.able').'.id', config('module.faqs.table').'.id',
config('odule.faqs.table').'.question', config('module.faqs.table').'.question',
config('module.faqs.table').'.answer', config('module.faqs.table').'.answer',
config('module.faqs.table').'.status', config('module.faqs.table').'.status',
config('module.faqs.table').'.created_at', config('module.faqs.table').'.created_at',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment