Skip to content

Commit 507df95

Browse files
author
Vítězslav Dvořák
committed
fix: change include to require for autoload in phinx-adapter.php
1 parent bbc3ab6 commit 507df95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/conf/phinx-adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* file that was distributed with this source code.
1414
*/
1515

16-
include_once '/usr/share/php/EaseFluentPDO/autoload.php';
16+
require_once '/usr/share/php/EaseFluentPDO/autoload.php';
1717

1818
\Ease\Shared::init(['DB_CONNECTION'], '/etc/multiflexi/database.env', false);
1919

0 commit comments

Comments
 (0)