Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-24 committed Apr 8, 2019
1 parent cd959ef commit 9540bd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use Joomla\Registry\Registry;
use Joomla\String\StringHelper;
use Joomla\Utilities\ArrayHelper;
use Joomla\CMS\Language\LanguageHelper;

/**
* Prototype admin model.
Expand Down Expand Up @@ -1536,8 +1537,6 @@ public function initBatch()
?: $this->contentType->getTypeByAlias($this->typeAlias);
}
}
<<<<<<< HEAD
=======

/**
* Method to load an item in com_associations.
Expand Down Expand Up @@ -1633,5 +1632,4 @@ public function editAssociations($data)

return true;
}
>>>>>>> f7307806c7b3d4331b308119bff6c4b25411f295
}

0 comments on commit 9540bd0

Please sign in to comment.