forked from miguel456/rbrecruiter
Major changes - Vote system now finished
This commit is contained in:
@@ -6,5 +6,13 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class StaffProfile extends Model
|
||||
{
|
||||
//
|
||||
public $fillable = [
|
||||
|
||||
'userID',
|
||||
'approvalDate',
|
||||
'terminationDate',
|
||||
'resignationDate',
|
||||
'memberNotes'
|
||||
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user