refactor: update namespaces for L1 package convention

- Core\Mod\Tenant -> Core\Tenant

Part of namespace restructure to align with L1/L2 module conventions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-01-27 17:34:43 +00:00
parent 518305142e
commit b49607bbf3
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Core\Developer\Models; namespace Core\Developer\Models;
use Core\Mod\Tenant\Concerns\BelongsToWorkspace; use Core\Tenant\Concerns\BelongsToWorkspace;
use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;

View file

@ -7,8 +7,8 @@
* Tests the primary admin flow through the developer tools. * Tests the primary admin flow through the developer tools.
*/ */
use Core\Mod\Tenant\Models\User; use Core\Tenant\Models\User;
use Core\Mod\Tenant\Models\Workspace; use Core\Tenant\Models\Workspace;
describe('Developer Tools', function () { describe('Developer Tools', function () {
beforeEach(function () { beforeEach(function () {