Add (ai gen)

This commit is contained in:
2023-10-01 00:35:27 +08:00
parent 645d0f1d02
commit f02081e30c
79 changed files with 4816 additions and 1041 deletions

View File

@@ -31,7 +31,7 @@
*/
class Category extends Model
{
use SoftDeletes, Cachable;
use Cachable, SoftDeletes;
protected $table = 'categories';