Use spaces instead of tabs

This commit is contained in:
lukinovec 2022-06-13 07:50:20 +02:00 committed by GitHub
parent d88715ed61
commit b7288e9941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ class TestCase // extends ...
{
$tenant = Tenant::create();
tenancy()->initialize($tenant);
tenancy()->initialize($tenant);
}
// ...