Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored and StyleCIBot committed Aug 17, 2019
1 parent be077ae commit fd66537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/Migrate.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function handle()

tenant()->all($this->option('tenants'))->each(function ($tenant) {
$this->line("Tenant: {$tenant['uuid']} ({$tenant['domain']})");

// See Illuminate\Database\Migrations\DatabaseMigrationRepository::getConnection.
// Database connections are cached by Illuminate\Database\ConnectionResolver.
$connectionName = "tenant{$tenant['uuid']}";
Expand Down
2 changes: 1 addition & 1 deletion src/DatabaseManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
final class DatabaseManager
{
public $originalDefaultConnection;

protected $defaultTenantConnectionName = 'tenant';

public function __construct(BaseDatabaseManager $database)
Expand Down

0 comments on commit fd66537

Please sign in to comment.