add permission, datatable and file services

This commit is contained in:
2025-04-29 13:35:25 +03:30
parent 3404f7ed09
commit 0ce8dc1030
39 changed files with 1623 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace App\Services\DataTable\Exceptions;
interface InvalidParameterInterface
{
}