| DIR: /home/u358511784/domains/texindcolors.com/public_html/app/Repository/ |
| 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;
}
}
?> |