shell bypass 403

UnknownSec Shell


name : FooterSettingService.php
<?php

namespace Modules\FooterSetting\Services;

use Modules\FooterSetting\Repositories\FooterSettingRepository;

class FooterSettingService
{


    protected $footerRepository;

    public function __construct(FooterSettingRepository $footerRepository)
    {
        $this->footerRepository = $footerRepository;
    }

    public function getAll()
    {
        return $this->footerRepository->getAll();
    }


    public function update($data, $id)
    {
        return $this->footerRepository->update($data, $id);
    }

    public function editById($id)
    {
        return $this->footerRepository->edit($id);
    }

}

© 2025 UnknownSec
afwwrfwafr45458465
Password