Skip to content

Commit

Permalink
Fix double require
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Jul 23, 2024
1 parent 9df9db2 commit 51b89ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions focal-point-picker.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ function fcpGetAllFiles(
require_once $file;
}

// Loop through the files and require them
foreach ($files as $file) {
require_once $file;
}

// if (is_readable(__DIR__ . '/vendor/autoload.php')) {
// require_once __DIR__ . '/vendor/autoload.php';
// }
Expand Down

0 comments on commit 51b89ee

Please sign in to comment.