Files
oficial/app/src/Service/Permission.php
Juan Pablo Vial fa15da1ee2 Ventas
2023-09-07 23:03:21 -03:00

10 lines
172 B
PHP

<?php
namespace Incoviba\Service;
use Incoviba\Repository;
class Permission
{
public function __construct(protected Repository\Permission $permissionRepository) {}
}