Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Oct 9, 2017
1 parent 270499b commit db5ac4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Application/Service/NginxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public function allowedLinksFqcns(): array
return [
PHPService::class,
PHPNodeService::class,
NodeJS::class,
Atmo::class,
Cebebro::class,
ElasticsearchHead::class,
NodeJSService::class,
AtmoService::class,
CerebroService::class,
ElasticsearchHeadService::class,
];
}
}
3 changes: 3 additions & 0 deletions src/Domain/Service/Model/AbstractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
namespace Ph3\DockerArch\Domain\Service\Model;

use Cocur\Slugify\Slugify;
use Ph3\DockerArch\Application\Service\CliInterface;
use Ph3\DockerArch\Application\Service\CustomService;
use Ph3\DockerArch\Application\Service\VhostInterface;
use Ph3\DockerArch\Application\Service\WebInterface;
use Ph3\DockerArch\Domain\DockerContainer\Exception\NotFoundException as DockerContainerNotFoundException;
use Ph3\DockerArch\Domain\DockerContainer\Model\DockerContainer;
use Ph3\DockerArch\Domain\DockerContainer\Model\DockerContainerInterface;
Expand Down

0 comments on commit db5ac4c

Please sign in to comment.