nativegallery-weryskok/app/Controllers/SearchController.php
2024-07-08 23:01:54 +03:00

18 lines
No EOL
247 B
PHP

<?php
namespace App\Controllers;
use \App\Services\{Router, Auth, DB, Json};
use \App\Controllers\ExceptionRegister;
use \App\Core\Page;
class SearchController
{
public static function i()
{
Page::set('Search');
}
}