Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
sapayth committed Oct 28, 2024
1 parent 197b9dd commit 1a495aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
10 changes: 4 additions & 6 deletions includes/Integrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ class Integrations {
public $container = [];

private $integrations = [
'WeDevs_Dokan' => 'WPUF_Dokan_Integration',
'WC_Vendors' => 'WPUF_WC_Vendors_Integration',
'WCMp' => 'WPUF_WCMp_Integration',
'ACF' => 'WPUF_ACF_Compatibility',
'Tribe__Events__Main' => 'The_Events_Calendar',
'Tribe__Events__Pro__Main' => 'The_Events_Calendar',
'WeDevs_Dokan' => 'WPUF_Dokan_Integration',
'WC_Vendors' => 'WPUF_WC_Vendors_Integration',
'WCMp' => 'WPUF_WCMp_Integration',
'ACF' => 'WPUF_ACF_Compatibility',
];

public function __construct() {
Expand Down
35 changes: 0 additions & 35 deletions includes/Integrations/The_Events_Calendar.php

This file was deleted.

0 comments on commit 1a495aa

Please sign in to comment.