Upgrade to v26 (#172)
* A bunch of new updates from icehrm pro * Push changes to frontend
This commit is contained in:
@@ -128,11 +128,13 @@ class BaseModel extends \ADOdb_Active_Record
|
||||
return get_called_class();
|
||||
}
|
||||
|
||||
public function fieldValueMethods() {
|
||||
public function fieldValueMethods()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function validateCSRF() {
|
||||
public function validateCSRF()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user