mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 08:13:11 +08:00
Drop support for PHP 8.2
This commit is contained in:
@@ -17,9 +17,9 @@ use function sprintf;
|
||||
|
||||
class NotFoundTemplateHandler implements RequestHandlerInterface
|
||||
{
|
||||
private const TEMPLATES_BASE_DIR = __DIR__ . '/../../templates';
|
||||
public const NOT_FOUND_TEMPLATE = '404.html';
|
||||
public const INVALID_SHORT_CODE_TEMPLATE = 'invalid-short-code.html';
|
||||
private const string TEMPLATES_BASE_DIR = __DIR__ . '/../../templates';
|
||||
public const string NOT_FOUND_TEMPLATE = '404.html';
|
||||
public const string INVALID_SHORT_CODE_TEMPLATE = 'invalid-short-code.html';
|
||||
|
||||
private Closure $readFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user