1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:14:04 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2020-05-03 02:01:15 +00:00 committed by StyleCI Bot
parent 15e45fa551
commit df19eb1821
3 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,10 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Tests\Etc;
class User extends \Illuminate\Database\Eloquent\Model
{
protected $guarded = [];
}
}