Browse Source

feat:fixed

igb 4 months ago
parent
commit
1327809466

+ 1 - 1
app/Distributor/Controllers/AdminDistController.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace App\Distributor\controllers;
+namespace App\Distributor\Controllers;
 
 use Dcat\Admin\Layout\Content;
 use Illuminate\Routing\Controller;

+ 1 - 1
app/Models/DistVideoCategory.php

@@ -8,7 +8,7 @@ use Dcat\Admin\Traits\ModelTree;
 use Illuminate\Database\Eloquent\Model;
 use Spatie\EloquentSortable\Sortable;
 
-class distVideoCategory extends Model
+class DistVideoCategory extends Model
 {
     use HasDateTimeFormatter,
         ModelTree {