mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-17 20:33:54 +09:00
Updates to vendors etc
This commit is contained in:
@@ -21,12 +21,9 @@ use Symfony\Component\HttpKernel\KernelInterface;
|
||||
*/
|
||||
class FileLocator extends BaseFileLocator
|
||||
{
|
||||
private KernelInterface $kernel;
|
||||
|
||||
public function __construct(KernelInterface $kernel)
|
||||
{
|
||||
$this->kernel = $kernel;
|
||||
|
||||
public function __construct(
|
||||
private KernelInterface $kernel,
|
||||
) {
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user