From 142473c6931ec49e7cf48fb2db2f2b5c53e4ebb9 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 29 May 2015 21:14:49 +0100 Subject: [PATCH] Deleted unused file --- app/Events/Event.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/Events/Event.php diff --git a/app/Events/Event.php b/app/Events/Event.php deleted file mode 100644 index 3f4ca4ec..00000000 --- a/app/Events/Event.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\Events; - -abstract class Event -{ - // -}