HOME


Mini Shell 1.0
Login Page - Texind
png


Welcome to Texind Admin Portal! 馃憢

DIR: /home/u358511784/domains/texindcolors.com/public_html/app/Repository/
Upload File :
Current File : /home/u358511784/domains/texindcolors.com/public_html/app/Repository/HomeData.php
<?php
namespace App\Repository;

use App\Models\Home;

    class HomeData{
        public static function index(){
            $homeData=Home::find(1);
            return $homeData;
        }
    }

?>