/
var
/
www
/
html
/
back
/
app
/
Contracts
/
Upload File
HOME
<?php declare(strict_types=1); namespace App\Contracts; interface QueryBusContract { public function ask(object $query): mixed; public function register(array $map): void; }