WIN-2308041133\Administrator 5 tháng trước cách đây
mục cha
commit
35bdbfb417
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/admin/user/OilLevel.php

+ 1 - 1
app/controller/admin/user/OilLevel.php

@@ -37,7 +37,7 @@ class OilLevel extends BaseController
 {
     protected $repository;
 
-    public function __construct(App $app, AwardIntegralPriceRepository $repository)
+    public function __construct(App $app, OilLevelRepository $repository)
     {
         parent::__construct($app);
         $this->repository = $repository;