Skip to content

Commit 7ce9c70

Browse files
author
Phalcon
committed
Merge pull request #1223 from zerkella/1.3.0
Fix of the two Windows slashes
2 parents 6979900 + 3c2c46c commit 7ce9c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/_resource/Phalcon/bootstrap.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
namespace Phalcon\Build;
33

4-
include_once 'Build\Util.php';
5-
include_once 'Build\Autoloader.php';
4+
require_once 'Build/Util.php';
5+
require_once 'Build/Autoloader.php';
66

77
$baseDir = Util::normalize(__DIR__ . '/..');
88
$autoloader = new Autoloader($baseDir);

0 commit comments

Comments
 (0)