Remove allocation repository

This commit is contained in:
Lance Pioch
2024-03-16 19:52:32 -04:00
parent ca543a3b91
commit ea417cf45e
10 changed files with 90 additions and 162 deletions

View File

@@ -12,7 +12,6 @@ use Illuminate\Contracts\View\Factory as ViewFactory;
use App\Repositories\Eloquent\NodeRepository;
use App\Traits\Controllers\JavascriptInjection;
use App\Services\Helpers\SoftwareVersionService;
use App\Repositories\Eloquent\AllocationRepository;
class NodeViewController extends Controller
{
@@ -22,7 +21,6 @@ class NodeViewController extends Controller
* NodeViewController constructor.
*/
public function __construct(
private AllocationRepository $allocationRepository,
private NodeRepository $repository,
private SoftwareVersionService $versionService,
private ViewFactory $view