Skip to content

Commit f32cb43

Browse files
author
Gareth Midwood
committed
Add use statement for symfony filesystem
1 parent 64c82cd commit f32cb43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/Environment/Command/Container

src/Environment/Command/Container/Php.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22
namespace Cdev\Docker\Environment\Command\Container;
33

4+
use Symfony\Component\Filesystem\Filesystem;
5+
46
class Php extends Container
57
{
68
const COMMAND_NAME = 'container:php:configure';

0 commit comments

Comments
 (0)