From 2355171c868658eb4539bad0de0c2c3d4eccde75 Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 15 Sep 2019 07:35:18 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Tenant.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tenant.php b/src/Tenant.php index 87aff8da..bace0cf1 100644 --- a/src/Tenant.php +++ b/src/Tenant.php @@ -66,6 +66,7 @@ class Tenant implements ArrayAccess { if (gettype($persisted) === 'bool') { $this->persisted = $persisted; + return $this; }