3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 02:45:39 +00:00

Merge pull request #17007 from marcusmoore/bug/sc-29278

Ensure boolean returned from method with boolean return type
This commit is contained in:
snipe
2025-05-27 22:00:04 +02:00
committed by GitHub

View File

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