Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Aug 23, 2017
2 parents 8ca3999 + 6dce0fc commit 480935b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: php
php:
- "5.6"
Expand Down
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

'view_manager' => array(
'template_map' => array(
'registration\completed' => __DIR__ . '/../view/yawik-company-registration/registration/complete.phtml',
'registration\completed' => __DIR__ . '/../view/company-registration/registration/complete.phtml',
),

'template_path_stack' => array(
Expand Down

0 comments on commit 480935b

Please sign in to comment.