Версия 0.2.1 #2

Merged
kor-elf merged 8 commits from develop into main 2024-06-12 00:03:11 +05:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 05f566c115 - Show all commits

View File

@ -0,0 +1,8 @@
<?php declare(strict_types=1);
namespace App\Exceptions\Services\Rule;
final class RoleSyncPermissionsCommandHandlerException extends \Exception
{
}

View File

@ -3,7 +3,7 @@
namespace App\Services\Role;
use App\Enums\Permission;
use App\Exceptions\Rule\RoleSyncPermissionsCommandHandlerException;
use App\Exceptions\Services\Rule\RoleSyncPermissionsCommandHandlerException;
use App\Models\Role;
use App\Models\RolePermission;