You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
# Laravel Email Domain Rule
4
4
5
-
[](https://packagist.org/packages/h-farm/laravel-email-domain-rule)
[](https://packagist.org/packages/maize-tech/laravel-email-domain-rule)
@@ -130,7 +130,7 @@ You can also override the default `EmailDomain` model to add any additional fiel
130
130
This can be useful when working with a multi-tenancy scenario in a single database system: in this case you can just add a `tenant_id` column to the migration and model classes, and apply a global scope to the custom model.
131
131
132
132
```php
133
-
use HFarm\EmailDomainRule\EmailDomainRule as BaseEmailDomain;
133
+
use Maize\EmailDomainRule\EmailDomainRule as BaseEmailDomain;
0 commit comments