cqpCow 1 năm trước cách đây
mục cha
commit
b8fea78f28
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      app/Model/InvoiceOrder.php

+ 1 - 4
app/Model/InvoiceOrder.php

@@ -2,10 +2,7 @@
 
 namespace App\Model;
 
-use App\Scopes\DepartmentScope;
-use Illuminate\Database\Eloquent\Model;
-
-class InvoiceOrder extends Model
+class InvoiceOrder extends UseScopeBaseModel
 {
     protected $table = "invoice_order"; //指定表
     const CREATED_AT = 'crt_time';