From 99f9569695edea68bdea082f47b0f614d9188c1d Mon Sep 17 00:00:00 2001 From: Tobe O Date: Sun, 19 Aug 2018 22:56:20 -0400 Subject: [PATCH] Completely removed the `AngelBase` class --- lib/src/core/core.dart | 1 - lib/src/core/routable.dart | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/src/core/core.dart b/lib/src/core/core.dart index 999b2a6c..ebda0587 100644 --- a/lib/src/core/core.dart +++ b/lib/src/core/core.dart @@ -1,4 +1,3 @@ -export 'angel_base.dart'; export 'anonymous_service.dart'; export 'hooked_service.dart'; export 'map_service.dart'; diff --git a/lib/src/core/routable.dart b/lib/src/core/routable.dart index ec9c1fcf..7cee202a 100644 --- a/lib/src/core/routable.dart +++ b/lib/src/core/routable.dart @@ -3,7 +3,6 @@ library angel_framework.http.routable; import 'dart:async'; import 'package:angel_route/angel_route.dart'; import '../util.dart'; -import 'angel_base.dart'; import 'hooked_service.dart'; import 'metadata.dart'; import 'request_context.dart';