Skip to content

Commit

Permalink
Fix code style (php-cs-fixer)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 63b4efc commit f7aaae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bootstrappers/DatabaseCacheBootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

namespace Stancl\Tenancy\Bootstrappers;

use Illuminate\Cache\CacheManager;
use Illuminate\Config\Repository;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Contracts\Tenant;
use Illuminate\Cache\CacheManager;

class DatabaseCacheBootstrapper implements TenancyBootstrapper
{
Expand Down

0 comments on commit f7aaae0

Please sign in to comment.