Skip to content

Commit 21d8357

Browse files
committed
Fix missing import
1 parent bebb15c commit 21d8357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/xp/lambda/Docker.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace xp\lambda;
22

33
use io\Path;
4-
use lang\{CommandLine, Process};
4+
use lang\{CommandLine, Process, IllegalStateException};
55

66
trait Docker {
77
private $command= null;

0 commit comments

Comments
 (0)