Skip to content

Commit 744b072

Browse files
committed
[change] (UMCS-49)
- set correct controller url for card extended example.
1 parent a5c191d commit 744b072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CardExtended/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525

2626
require_once __DIR__ . '/../Constants.php';
2727

28-
define('EXAMPLE_URL', EXAMPLE_BASE_FOLDER . 'Card');
28+
define('EXAMPLE_URL', EXAMPLE_BASE_FOLDER . 'CardExtended');
2929
define('CONTROLLER_URL', EXAMPLE_URL . '/Controller.php');

0 commit comments

Comments
 (0)