PATH:
home
/
lab2454c
/
costbloc.com
/
app
/
Traits
<?php /** * @package FormattedDate * @author TechVillage <support@techvill.org> * @contributor Millat <[millat.techvill@gmail.com]> * @created 06-09-2021 */ namespace App\Traits; use App\Traits\ModelTraits\{ FormatDateTime, Cachable, EloquentHelper, Filterable }; use App\Traits\ModelTraits\Metable; trait ModelTrait { use FormatDateTime, Cachable, EloquentHelper, Filterable; }
[-] ModelTrait.php
[edit]
[+]
ModelTraits
[+]
..
[+]
Product
[-] ApiResponse.php
[edit]
[+]
Order
[-] input.php
[edit]