Skip to content

Commit 424e70b

Browse files
committed
LCO: Preventer class added.
1 parent f4627bc commit 424e70b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Overlapping/Preventer.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
namespace Illuminated\Console\Overlapping;
4+
5+
class Preventer
6+
{
7+
private $strategy;
8+
9+
public function __construct(Strategy $strategy)
10+
{
11+
$this->strategy = $strategy;
12+
}
13+
}

0 commit comments

Comments
 (0)