edit auth
This commit is contained in:
10
app/Models/EmployeeCounter.php
Normal file
10
app/Models/EmployeeCounter.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class EmployeeCounter extends Model
|
||||
{
|
||||
protected $fillable = ['year', 'last_number'];
|
||||
}
|
||||
@@ -22,6 +22,8 @@ class User extends Authenticatable
|
||||
'employee_id',
|
||||
'email',
|
||||
'password',
|
||||
'is_approved',
|
||||
'token_version',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user