PMCORE-3952 ErrorException: Non-static method ProcessMaker\Model\CaseList::checkColumnsConfigurationChanges()
This commit is contained in:
@@ -190,7 +190,7 @@ class CaseList extends Model
|
||||
* @param string $newColumns
|
||||
* @return void
|
||||
*/
|
||||
private function checkColumnsConfigurationChanges(int $calId, string $type, string $newColumns): void
|
||||
private static function checkColumnsConfigurationChanges(int $calId, string $type, string $newColumns): void
|
||||
{
|
||||
$caseList = CaseList::where('CAL_ID', '=', $calId)->first();
|
||||
if ($caseList->CAL_COLUMNS === $newColumns) {
|
||||
|
||||
Reference in New Issue
Block a user