Files
register/marko_unpacked/marko/portal/models/parsed/CartInterface.php
T
Admin Nasledstvo ac168868ee Initial import
2026-05-01 20:52:04 +03:00

11 lines
114 B
PHP

<?php
namespace app\models\parsed;
interface CartInterface
{
public function setCart(CartModel $model);
}