Skip to content

Commit

Permalink
Update JobCategory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chromos33 authored Mar 15, 2021
1 parent 7e6aba7 commit 0923fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DataObjects/JobCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ public function onBeforeWrite()
{
parent::onBeforeWrite();
$this->TagSortTitle = $this->Title;
$this->extend("updateOnBeforeWrite");
}
}

0 comments on commit 0923fbb

Please sign in to comment.