Avoid returning null from method that should return a boolean

This commit is contained in:
Marcus Moore
2025-05-27 11:37:48 -07:00
parent eb2a1396ca
commit b5b8816279

View File

@@ -963,6 +963,7 @@ class Asset extends Depreciable
return $this->model->category->require_acceptance;
}
return false;
}