mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:04:03 +00:00
8 lines
No EOL
131 B
PHP
8 lines
No EOL
131 B
PHP
<?php
|
|
|
|
namespace Stancl\Tenancy\Tests\Etc;
|
|
|
|
class User extends \Illuminate\Database\Eloquent\Model
|
|
{
|
|
protected $guarded = [];
|
|
} |