Skip to content

Commit

Permalink
minor #4979 require_once path fixed (mvanmeerbeck)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

require_once path fixed

added the php extension to the require

Commits
-------

406313d require_once path fixed
  • Loading branch information
wouterj committed Feb 14, 2015
2 parents 96770aa + 406313d commit 3845c9c
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 3845c9c

Please sign in to comment.