| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class ConditionsFacade |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var Chain |
||
| 11 | */ |
||
| 12 | private $chain; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * YouShouldHave constructor. |
||
| 16 | * |
||
| 17 | * @param Chain $chain |
||
| 18 | */ |
||
| 19 | public function __construct(Chain $chain) |
||
| 22 | } |
||
| 23 | |||
| 24 | use \Imanghafoori\HeyMan\Conditions\Authentication; |
||
| 25 | use \Imanghafoori\HeyMan\Conditions\Gate; |
||
| 26 | use \Imanghafoori\HeyMan\Conditions\Callbacks; |
||
| 27 | use \Imanghafoori\HeyMan\Conditions\Session; |
||
| 28 | |||
| 29 | } |