symphonists / association_field

Association Field for Symphony CMS
http://symphonyextensions.com/extensions/association_field/
Other
8 stars 5 forks source link

chore: Remove unnecessary interface includes #32

Open pointybeard opened 3 years ago

pointybeard commented 3 years ago

Since Symphony uses a composer classmap autoloader for all classes in /lib (see, composer.json#L23), this commit removes the redundant require_once statements. Doing so avoids code breaking if interface.exportablefield.php, or interface.importablefield.php are renamed or they are no longer in FACE.