fix
This commit is contained in:
parent
782946bdbe
commit
27467437a4
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user