Report Strono-Date, Booking+Fewo Notice, Custom Mail opti
This commit is contained in:
parent
644ec93c53
commit
5d55e5be3f
35 changed files with 581 additions and 41 deletions
|
|
@ -77,6 +77,7 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
|
|||
* @property-read int|null $notifications_count
|
||||
* @property-read int|null $tokens_count
|
||||
* @property-read int|null $user_update_email_count
|
||||
* @property-read \App\Models\SfGuardUser|null $sf_guard_user
|
||||
*/
|
||||
class User extends Authenticatable
|
||||
{
|
||||
|
|
@ -84,6 +85,7 @@ class User extends Authenticatable
|
|||
|
||||
use SoftDeletes;
|
||||
|
||||
protected $connection = 'mysql';
|
||||
|
||||
|
||||
protected $permissionData = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue