Skip to content

Commit

Permalink
Merge pull request #20 from DuckThom/patch-1
Browse files Browse the repository at this point in the history
Fix class namespace for composer v2
  • Loading branch information
kjkooistra-youwe authored Nov 18, 2020
2 parents 578466e + 7fb0970 commit 5e8cc18
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Model/DataObject/ClassDefinition/Data/HrefTypeahead.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

namespace PimcoreHrefTypeaheadBundle\Model\DataObject\Data;

namespace PimcoreHrefTypeaheadBundle\Model\DataObject\ClassDefinition\Data;

use Pimcore\Model;
use Pimcore\Model\Asset;
Expand Down
14 changes: 14 additions & 0 deletions Model/DataObject/Data/HrefTypeahead.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

namespace PimcoreHrefTypeaheadBundle\Model\DataObject\Data;

/**
* @deprecated Added for backward compatibility.
* @see \PimcoreHrefTypeaheadBundle\Model\DataObject\ClassDefinition\Data\HrefTypeahead
* @package PimcoreHrefTypeaheadBundle\Model\DataObject\Data
* @author Thomas Wiringa <thomas.wiringa@gmail.com>
*/
class HrefTypeahead extends \PimcoreHrefTypeaheadBundle\Model\DataObject\ClassDefinition\Data\HrefTypeahead
{
//
}

0 comments on commit 5e8cc18

Please sign in to comment.