We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 667d0aa commit 9c6d07aCopy full SHA for 9c6d07a
src/Autoloader.php
@@ -25,7 +25,7 @@
25
* @version 0.8.0
26
*/
27
28
-namespace PhpOffice\PhpWord\Autoloader;
+namespace PhpOffice\PhpWord;
29
30
if (!\defined('PHPWORD_BASE_DIR')) {
31
\define('PHPWORD_BASE_DIR', \realpath(__DIR__) . \DIRECTORY_SEPARATOR);
src/PhpWord.php
@@ -37,7 +37,7 @@
37
if (!defined('PHPWORD_BASE_DIR')) {
38
define('PHPWORD_BASE_DIR', \realpath(__DIR__) . \DIRECTORY_SEPARATOR);
39
require \PHPWORD_BASE_DIR . 'Autoloader.php';
40
- PhpOffice\PhpWord\Autoloader::register();
+ Autoloader::register();
41
}
42
// @codeCoverageIgnoreEnd
43
0 commit comments