From 1e617bb8be3abedb36da4be34f63015d7c7a4635 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 28 May 2024 12:43:58 +1000 Subject: [PATCH] Move ANSI* commands to BBS/ --- app/Console/Commands/{ => BBS}/ANSIDecode.php | 4 ++-- app/Console/Commands/{ => BBS}/ANSIEncode.php | 4 ++-- app/Console/Commands/BBS/FrameImport.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename app/Console/Commands/{ => BBS}/ANSIDecode.php (86%) rename app/Console/Commands/{ => BBS}/ANSIEncode.php (88%) diff --git a/app/Console/Commands/ANSIDecode.php b/app/Console/Commands/BBS/ANSIDecode.php similarity index 86% rename from app/Console/Commands/ANSIDecode.php rename to app/Console/Commands/BBS/ANSIDecode.php index 3c66940..94c53db 100644 --- a/app/Console/Commands/ANSIDecode.php +++ b/app/Console/Commands/BBS/ANSIDecode.php @@ -1,6 +1,6 @@