Skip to content

Commit

Permalink
[BUGFIX] Add compatibility with PHP7 (#943)
Browse files Browse the repository at this point in the history
Added a temporary workaround to add compatibility with PHP7.
  • Loading branch information
vincenzo authored and e0ipso committed Sep 4, 2016
1 parent 66c4cc6 commit 8bac122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions restful.info
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ configure = admin/config/services/restful
registry_autoload[] = PSR-0
registry_autoload[] = PSR-4

; Temporary workaround to allow RESTful to work fine on PHP7.
registry_autoload_files[] = src/Util/ExplorableDecoratorInterface.php

; Tests
files[] = tests/RestfulAuthenticationTestCase.test
files[] = tests/RestfulCommentTestCase.test
Expand Down

0 comments on commit 8bac122

Please sign in to comment.