|
|
@@ -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;
|