PMCORE-3952 ErrorException: Non-static method ProcessMaker\Model\CaseList::checkColumnsConfigurationChanges()

This commit is contained in:
Roly Gutierrez
2022-08-29 11:47:38 -04:00
parent 41927f20a0
commit afb59ff7d7

View File

@@ -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) {