shoppingmallv2 init..

This commit is contained in:
최준흠git config git config --helpgit config --global user.name 최준흠 2023-08-07 21:51:11 +09:00
parent 7c1caf3946
commit 9e4d03315f

View File

@ -216,8 +216,6 @@ abstract class BaseController extends Controller
log_message("info", "{$field} 변경: ---원본--\n%s\n---변경---\n%s", $entity->$field, var_export($value, true));
}
}
echo "TEST";
exit;
}
protected function update_process($entity)
{