Skip to content
Snippets Groups Projects
Commit 9b4fb1e7 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Trait manquant

parent 23a79668
No related branches found
No related tags found
No related merge requests found
<?php
namespace UnicaenUtilisateurOctopusAdapter\Service;
trait OctopusServiceAwareTrait {
private OctopusService $octopusService;
public function getOctopusService(): OctopusService
{
return $this->octopusService;
}
public function setOctopusService(OctopusService $octopusService): void
{
$this->octopusService = $octopusService;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment