Skip to content

Commit

Permalink
Merge pull request #45 from AppertaFoundation/fix/invalid_header_issue
Browse files Browse the repository at this point in the history
empty line conflicted with header call
  • Loading branch information
david-jobling authored Aug 14, 2024
2 parents 1e568fa + bf69582 commit 90446c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions protected/models/EventSubTypeItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
* @copyright Copyright (C) 2019, OpenEyes Foundation
* @license http://www.gnu.org/licenses/agpl-3.0.html The GNU Affero General Public License V3.0
*/
?>

<?php


class EventSubTypeItem extends BaseActiveRecordVersioned
{
Expand Down Expand Up @@ -72,4 +68,4 @@ public function search()
'criteria' => $criteria,
]);
}
}
}

0 comments on commit 90446c8

Please sign in to comment.