diff --git a/source/docs/creating-tenants.md b/source/docs/creating-tenants.md index 0f0e6b1a..03c3d6d7 100644 --- a/source/docs/creating-tenants.md +++ b/source/docs/creating-tenants.md @@ -25,4 +25,6 @@ tenant()->create('tenant2.yourapp.com', [ ]); ``` +The `create` method returns an array with tenant information (`uuid`, `domain` and whatever else you supplied). + > Note: Creating a tenant doesn't run [migrations](https://stancl-tenancy.netlify.com/docs/console-commands/#migrate) automatically. You have to do that yourself. \ No newline at end of file