Files
oficial/app/src/Service/Permission.php

10 lines
172 B
PHP
Raw Normal View History

2023-09-07 23:03:21 -03:00
<?php
namespace Incoviba\Service;
use Incoviba\Repository;
class Permission
{
public function __construct(protected Repository\Permission $permissionRepository) {}
}