Skip to content

Commit

Permalink
empty line conflicted with header call
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordikan committed Aug 13, 2024
1 parent 1e568fa commit bf69582
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 bf69582

Please sign in to comment.