Skip to content

Commit 9a199b6

Browse files
committed
add breadcrumbs
1 parent 26f95ed commit 9a199b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
$config = new Config([
1313
'api' => [
14-
'username' => 'sakila',
15-
'password' => 'sakila',
16-
'database' => 'sakila',
14+
'username' => 'php-crud-api',
15+
'password' => 'php-crud-api',
16+
'database' => 'php-crud-api',
1717
'controllers' => 'columns'
1818
],
1919
'templatePath' => '../templates',

0 commit comments

Comments
 (0)