This commit is contained in:
karimaldeen 2024-09-11 14:16:29 +03:00
parent 782946bdbe
commit 27467437a4

View File

@ -6,7 +6,7 @@
use App\Models\RecentWorks; use App\Models\RecentWorks;
use App\Models\Services; use App\Models\Services;
use App\Models\SocialMedia; use App\Models\SocialMedia;
use App\Models\staticInfo; use App\Models\StaticInfo;
use App\Models\Works; use App\Models\Works;
class HomeService { class HomeService {
@ -14,7 +14,7 @@ public function getAll()
{ {
$data = []; $data = [];
$data['Static_info'] = staticInfo::get(); $data['Static_info'] = StaticInfo::get();
$data['Services'] = Services::get(); $data['Services'] = Services::get();