From 9f6fd74b17bb62672398c4cdb4465e654d156218 Mon Sep 17 00:00:00 2001 From: "origami11@yandex.ru" Date: Fri, 1 Aug 2025 12:41:09 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=20=D0=BA=20=D0=B8?= =?UTF-8?q?=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=D1=83=20=D1=81?= =?UTF-8?q?=D0=B0=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Controller/SiteInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controller/SiteInterface.php b/src/Controller/SiteInterface.php index e5abe67..d176e34 100644 --- a/src/Controller/SiteInterface.php +++ b/src/Controller/SiteInterface.php @@ -14,4 +14,5 @@ interface SiteInterface { function loadComponent(string $expression); function findTemplate(string $name); function replaceImg(string $src, int $width, int $height); + function updatePageTime(int $time); }