8 changed files with 83 additions and 23 deletions
-
3app/Admin/Controllers/DemandProductController.php
-
12app/Admin/Extensions/Grid/MiniProgramUpload.php
-
16app/Admin/Repositories/DemandProduct.php
-
27app/AdminSupplier/Controllers/DemandBiddingController.php
-
5app/AdminSupplier/Renderable/SelectProduct.php
-
8app/Http/Controllers/Api/LoginController.php
-
32app/Http/Controllers/Api/TestController.php
-
3ready.md
@ -0,0 +1,16 @@ |
|||
<?php |
|||
|
|||
namespace App\Admin\Repositories; |
|||
|
|||
use App\Models\DemandProduct as Model; |
|||
use Dcat\Admin\Repositories\EloquentRepository; |
|||
|
|||
class DemandProduct extends EloquentRepository |
|||
{ |
|||
/** |
|||
* Model. |
|||
* |
|||
* @var string |
|||
*/ |
|||
protected $eloquentClass = Model::class; |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue