From 0546f7b423dc0e94de1c749707016ccb3f656fcd Mon Sep 17 00:00:00 2001 From: Netkas Date: Mon, 18 Apr 2022 16:30:49 +0100 Subject: [PATCH] Corrected namespace --- .../ThirdParty/php-school/cli-menu/MenuItem/AsciiArtItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncc/ThirdParty/php-school/cli-menu/MenuItem/AsciiArtItem.php b/src/ncc/ThirdParty/php-school/cli-menu/MenuItem/AsciiArtItem.php index 4504c94..9828c0c 100644 --- a/src/ncc/ThirdParty/php-school/cli-menu/MenuItem/AsciiArtItem.php +++ b/src/ncc/ThirdParty/php-school/cli-menu/MenuItem/AsciiArtItem.php @@ -3,7 +3,7 @@ declare(strict_types=1); namespace ncc\PhpSchool\CliMenu\MenuItem; -use Assert\Assertion; +use ncc\Assert\Assertion; use ncc\PhpSchool\CliMenu\MenuStyle; use ncc\PhpSchool\CliMenu\Style\DefaultStyle; use ncc\PhpSchool\CliMenu\Style\ItemStyle;