Skip to content

Commit

Permalink
require_once path fixed
Browse files Browse the repository at this point in the history
added the php extension to the require
  • Loading branch information
mvanmeerbeck committed Feb 9, 2015
1 parent a3e2469 commit 406313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/class_loader/map_class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Usage
Using it is as easy as passing your mapping to its constructor when creating
an instance of the ``MapClassLoader`` class::

require_once '/path/to/src/Symfony/Component/ClassLoader/MapClassLoader';
require_once '/path/to/src/Symfony/Component/ClassLoader/MapClassLoader.php';

$mapping = array(
'Foo' => '/path/to/Foo',
Expand Down

0 comments on commit 406313d

Please sign in to comment.