Skip to content

Commit

Permalink
format style and remove not used class
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Yu committed Apr 23, 2023
1 parent 86bf423 commit 8fb41ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions src/Exceptions/TenantNotFoundException.php

This file was deleted.

1 change: 0 additions & 1 deletion src/TenancyManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Request;
use TakeshiYu\Tenantify\Exceptions\TenancyNotInitializedException;
use TakeshiYu\Tenantify\Exceptions\TenantNotFoundException;

class TenancyManager
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/ResolveTenantTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
test('Teannt not found when using tenancy macro', function () {
$response = $this->get('http://foo.tenantify.test/home');
$response->assertStatus(404);
});
});

0 comments on commit 8fb41ad

Please sign in to comment.