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 -{ - // -}