Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update IdeHelperModule.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Feb 7, 2017
1 parent 3c33b16 commit c5881ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/IdeHelperModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class IdeHelperModule implements ModuleInterface
public function register(RegistratorInterface $registrator)
{
$registrator->configure('tokenizer', 'directories', 'spiral/idehelper', [
"directory('libraries') . 'spiral/ide-helper/src/',",
"directory('libraries') . 'spiral/ide-helper/source/',",
]);
}

Expand All @@ -41,4 +41,4 @@ public function publish(PublisherInterface $publisher, DirectoriesInterface $dir
$directories->directory('config') . IdeHelperConfig::CONFIG . '.php'
);
}
}
}

0 comments on commit c5881ab

Please sign in to comment.