Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit 76e30b9

Browse files
author
Steven Rombauts
committed
Fix typo
1 parent 6aa2d60 commit 76e30b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nooku/Composer/Installer/NookuComponent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected function _installAutoloader(PackageInterface $package)
9696
*/
9797
protected function _removeAutoloader(PackageInterface $package)
9898
{
99-
$path = $this->getAutoloaderPath($package);
99+
$path = $this->_getAutoloaderPath($package);
100100

101101
if(file_exists($path))
102102
{

0 commit comments

Comments
 (0)