5 lines
82 B
PHP
Executable File
5 lines
82 B
PHP
Executable File
<?php
|
|
declare(strict_types=1);
|
|
|
|
require_once __DIR__ . '/../src/AuthService.php';
|