seven hace 3 semanas
padre
commit
f3f8031de0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/Services/IssueService.php

+ 1 - 0
app/Services/IssueService.php

@@ -5,6 +5,7 @@ namespace App\Services;
 
 use App\Services\BaseService;
 use App\Models\Issue;
+use App\Models\Config;
 use Illuminate\Support\Facades\DB;
 use Illuminate\Support\Collection;
 use Illuminate\Support\Facades\Cache;