/
jagepard
/
Rudra-Model
Обзор
Документация
Войти
/
jagepard
/
Rudra-Model
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/QBFacade.php
23 строки
494 B
Jagepard
refactor: upgrade codebase to PHP 8.4 standards
09 июн 2026, 17:14
09 июн 2026, 17:14
c4af8ec
Код
Авторство
О чём код?
<?php declare(strict_types=1); /** * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * @author Korotkov Danila (Jagepard) <jagepard@yandex.ru> * @license https://mozilla.org/MPL/2.0/ MPL-2.0 */ namespace Rudra\Model; use Rudra\Container\Traits\FacadeTrait; /** * @mixin QB * @see QB */ class QBFacade { use FacadeTrait; }