Skip to content

Commit

Permalink
Merge branch '3.x' of github.com:stancl/tenancy into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jun 28, 2020
2 parents 27fb563 + 4cad3bf commit 31af121
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Database/Concerns/ConvertsDomainsToLowercase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Stancl\Tenancy\Database\Concerns;

trait ConvertsDomainsToLowercase
Expand All @@ -10,4 +12,4 @@ public static function bootConvertsDomainsToLowercase()
$model->domain = strtolower($model->domain);
});
}
}
}

0 comments on commit 31af121

Please sign in to comment.