|
@@ -2,14 +2,14 @@ |
|
|
block discarded – undo |
|
2
|
2
|
|
|
3
|
3
|
namespace Neo\EarlyAccess; |
|
4
|
4
|
|
|
5
|
|
-use Neo\EarlyAccess\Console\Commands; |
|
6
|
5
|
use Illuminate\Support\ServiceProvider; |
|
|
6
|
+use Neo\EarlyAccess\Console\Commands; |
|
|
7
|
+use Neo\EarlyAccess\Contracts\Subscription\SubscriptionProvider; |
|
7
|
8
|
use Neo\EarlyAccess\Events\UserSubscribed; |
|
8
|
9
|
use Neo\EarlyAccess\Events\UserUnsubscribed; |
|
9
|
|
-use Neo\EarlyAccess\SubscriptionServices\DatabaseService; |
|
10
|
|
-use Neo\EarlyAccess\Listeners\SendUnsubscribeNotification; |
|
11
|
10
|
use Neo\EarlyAccess\Listeners\SendSubscriptionNotification; |
|
12
|
|
-use Neo\EarlyAccess\Contracts\Subscription\SubscriptionProvider; |
|
|
11
|
+use Neo\EarlyAccess\Listeners\SendUnsubscribeNotification; |
|
|
12
|
+use Neo\EarlyAccess\SubscriptionServices\DatabaseService; |
|
13
|
13
|
use Neo\EarlyAccess\SubscriptionServices\Repositories\Database\EloquentRepository; |
|
14
|
14
|
|
|
15
|
15
|
class EarlyAccessServiceProvider extends ServiceProvider |
Please login to merge, or discard this patch.