mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:54:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
93fc961b34
commit
6faac920c9
2 changed files with 2 additions and 2 deletions
|
|
@ -291,7 +291,7 @@ class Tenant implements ArrayAccess
|
|||
public function __call($method, $parameters)
|
||||
{
|
||||
if (Str::startsWith($method, 'with')) {
|
||||
return $this->with(Str::snake(substr($method, 4)), $parameters[0]);
|
||||
return $this->with(Str::snake(substr($method, 4)), $parameters[0]);
|
||||
}
|
||||
|
||||
// todo throw some exception?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue