Skip to content

Commit f3c81d7

Browse files
authored
Update identification.md
fixed sentence that didn't make sense
1 parent d52f840 commit f3c81d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hyn/5.2/identification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ what hostname was currently identified and resolving the related website.
1010
# Early identification
1111

1212
By default tenancy will identify the tenant after all Middleware has been processed.
13-
Previously when could simply resolve the Environment class through the container
14-
to force identification of the tenant early on. If you want the package to handle
15-
this on your behalf you can now simply enable the `early-identification` flag in
13+
One could simply resolve the Environment class through the service container
14+
inside a middleware to force identification of the tenant early on. If you want the
15+
package to handle this on your behalf you can now simply enable the `early-identification` flag in
1616
your `tenancy.php` configuration file under `hostname`.
1717

1818
# Manual identification
@@ -63,4 +63,4 @@ In case you like to work with the current environment, you can do the following:
6363
$fqdn = $hostname->fqdn;
6464

6565

66-
```
66+
```

0 commit comments

Comments
 (0)