Skip to content

Commit

Permalink
drop namespace file
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Aug 7, 2024
1 parent 158ae14 commit da926f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions php/pantheon/checks/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class Plugins extends Checkimplementation {
public $check_all_plugins;

public function __construct($check_all_plugins) {
require_once __DIR__ . '/namespace.php';

$this->check_all_plugins = $check_all_plugins;
}

Expand Down
2 changes: 0 additions & 2 deletions php/pantheon/checks/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ class Themes extends Checkimplementation {
public $alerts = array();

public function __construct($check_all_themes) {
require_once __DIR__ . '/namespace.php';

$this->check_all_themes = $check_all_themes;
}

Expand Down

0 comments on commit da926f1

Please sign in to comment.