Skip to content

Commit 6743fab

Browse files
committed
Remove references to long gone D2EM
1 parent b17acd6 commit 6743fab

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

app/Console/Commands/Contact/ExportGroup.php

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
use Illuminate\Database\Eloquent\Builder;
2727
use IXP\Console\Commands\Command;
28-
29-
use D2EM;
3028
use IXP\Models\Contact;
3129

3230
/**

app/Console/Commands/Grapher/EmailTrafficDeltas.php

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
*/
2525

2626
use Carbon\Carbon;
27-
use D2EM;
28-
29-
3027
use Grapher;
3128

3229
use IXP\Mail\Grapher\TrafficDeltas as TrafficDeltasMailable;

app/Console/Commands/Switches/SnmpPoll.php

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
*/
2525
use IXP\Console\Commands\Command;
2626

27-
use D2EM;
28-
2927
use OSS_SNMP\{
3028
Exception,
3129
SNMP

app/Tasks/Irrdb/UpdateAsnDb.php

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
* http://www.gnu.org/licenses/gpl-2.0.html
2525
*/
2626

27-
use D2EM;
2827
use Illuminate\Support\Facades\Cache;
2928
use IXP\Models\IrrdbAsn;
3029
use Log;

0 commit comments

Comments
 (0)