From 4c67e04786f5f203f8075542127c82453a0853fb Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 28 May 2015 19:04:33 +0100 Subject: [PATCH] Removed old file --- app/Commands/Command.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/Commands/Command.php diff --git a/app/Commands/Command.php b/app/Commands/Command.php deleted file mode 100644 index a5fbd683..00000000 --- a/app/Commands/Command.php +++ /dev/null @@ -1,17 +0,0 @@ - - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - -namespace CachetHQ\Cachet\Commands; - -abstract class Command -{ - // -}