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