Skip to content

Commit 18f5a7c

Browse files
committed
fixed: issue #8
1 parent ea6297d commit 18f5a7c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"access-manager/am-radius" : "1.*",
1616
"edvinaskrucas/notification": "3.*",
1717
"s1lentium/iptools":"dev-master",
18-
"rahulmkhj/direcpay":"*",
19-
"thujohn/pdf": "*"
18+
"rahulmkhj/direcpay":"*"
2019
},
2120
"autoload": {
2221
"classmap": [

laravel/app/config/app.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@
120120
'Illuminate\View\ViewServiceProvider',
121121
'Illuminate\Workbench\WorkbenchServiceProvider',
122122
'Krucas\Notification\NotificationServiceProvider',
123-
'Thujohn\Pdf\PdfServiceProvider',
124123
),
125124

126125
/*
@@ -188,7 +187,6 @@
188187
'View' => 'Illuminate\Support\Facades\View',
189188
'Carbon' => 'Carbon\Carbon',
190189
'Notification' => 'Krucas\Notification\Facades\Notification',
191-
'PDF' => 'Thujohn\Pdf\PdfFacade',
192190
),
193191

194192
);

0 commit comments

Comments
 (0)