5 lines
99 B
PHP
5 lines
99 B
PHP
<?php
|
|
use Contabilidad\Common\Controller\Categorias;
|
|
|
|
$app->get('/categorias', Categorias::class);
|