mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
api refactoring part 2
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
namespace Domain\Homepage\Controllers;
|
||||
|
||||
use Domain\Settings\Actions\GetConfigAction;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Domain\Settings\Actions\GetConfigAction;
|
||||
|
||||
class IndexController
|
||||
{
|
||||
public function __construct(
|
||||
public GetConfigAction $getConfig,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Show index page
|
||||
|
||||
Reference in New Issue
Block a user