mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
fix some tests
This commit is contained in:
@@ -261,6 +261,11 @@ class StoredObject implements Document, TrackCreationInterface
|
||||
return $this->versions;
|
||||
}
|
||||
|
||||
public function hasCurrentVersion(): bool
|
||||
{
|
||||
return null !== $this->getCurrentVersion();
|
||||
}
|
||||
|
||||
public function hasTemplate(): bool
|
||||
{
|
||||
return null !== $this->template;
|
||||
|
Reference in New Issue
Block a user