Skip to content

Commit

Permalink
Merge pull request #17 from simonwiles/master
Browse files Browse the repository at this point in the history
Fix: `Uncaught Error: Class "FileResource" not found`
  • Loading branch information
agileware-justin authored Sep 8, 2024
2 parents a0e39f5 + 20345b1 commit cfec94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elections.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require_once 'elections.civix.php';
use \Symfony\Component\DependencyInjection\ContainerBuilder;
use \Symfony\Component\Config\Resource\FileResource;
use CRM_Elections_ExtensionUtil as E;

/**
Expand Down

0 comments on commit cfec94c

Please sign in to comment.