fix:PermissionController Tenant 모델 네임스페이스 수정

- App\Models\Tenant → App\Models\Tenants\Tenant

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
pro
2026-01-28 20:00:14 +09:00
parent 8f4c8b182e
commit 6cb9e703d2

View File

@@ -2,7 +2,7 @@
namespace App\Http\Controllers;
use App\Models\Tenant;
use App\Models\Tenants\Tenant;
class PermissionController extends Controller
{