From 20f4f7cc054cfd6a6ba9f77c45d32fe35a0c9aea Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 23 Sep 2019 17:20:13 -0400 Subject: [PATCH] Update tenants.blade.md --- docs/source/v2/tenants.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/v2/tenants.blade.md b/docs/source/v2/tenants.blade.md index 5ba02df..9290896 100644 --- a/docs/source/v2/tenants.blade.md +++ b/docs/source/v2/tenants.blade.md @@ -87,7 +87,7 @@ You may also use `->with` and it will be stored in sna These methods make the most sense (= sound the best) during tenant creation: ```php -// $domains = ['foo.yourapp.com', 'foo.com']; +$domains = ['foo.yourapp.com', 'foo.com']; $primary_domain = $domains[0]; $id = $primary_domain . $this->randomString(24); @@ -96,4 +96,4 @@ Tenant::new() ->withPaypalApiKey('defaultApiKey'); ->withId($id) ->save(); -``` \ No newline at end of file +```