Files
safekat/ci4/app/Services/MessageService.php
2024-11-29 22:05:50 +01:00

15 lines
292 B
PHP

<?php
namespace App\Services;
use App\Models\Presupuestos\PresupuestoModel;
use CodeIgniter\Config\BaseService;
class MessageService extends BaseService
{
public static function get_chat_title_from_presupuesto(int $presuesto_id,?string $department_name = null) : string
{
}
}