芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panorama.panoramawholesale.com/app/Traits/ModelTrait.php
* * @contributor Millat <[millat.techvill@gmail.com]> * * @created 06-09-2021 */ namespace App\Traits; use App\Traits\ModelTraits\{ FormatDateTime, Cachable, EloquentHelper, Filterable }; trait ModelTrait { use Cachable; use EloquentHelper; use Filterable; use FormatDateTime; }