Skip to content

Commit

Permalink
fixed class loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Jan 23, 2018
1 parent 422dd12 commit 8fdbbd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,11 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.0] - 2018-01-19
## [2.0.0] - 2018-01-23

#### Changed
* restructured and renamed for bundle and contao 4
* dropped contao 3 compability
* added unit tests
* added php-cs-fixer config

## [1.0.1] - 2018-01-19

Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/config/config.php
Expand Up @@ -3,4 +3,4 @@
/**
* Backend form fields
*/
$GLOBALS['BE_FFL']['hyperlink'] = 'HeimrichHannot\BeHyperlinkBundle\HyperlinkField';
$GLOBALS['BE_FFL']['hyperlink'] = 'HeimrichHannot\BeHyperlinkBundle\Widget\HyperlinkField';

0 comments on commit 8fdbbd7

Please sign in to comment.