mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fixed: fix 3party syntax
This commit is contained in:
@@ -805,9 +805,6 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return $this
|
||||
*/""
|
||||
public function setProfession(?string $profession): self
|
||||
{
|
||||
$this->profession = (string) $profession;
|
||||
|
Reference in New Issue
Block a user