diff options
Diffstat (limited to 'crates/shirabe/src/downloader/hg_downloader.rs')
| -rw-r--r-- | crates/shirabe/src/downloader/hg_downloader.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/src/downloader/hg_downloader.rs b/crates/shirabe/src/downloader/hg_downloader.rs index 1feecd3e..68a84535 100644 --- a/crates/shirabe/src/downloader/hg_downloader.rs +++ b/crates/shirabe/src/downloader/hg_downloader.rs @@ -15,6 +15,8 @@ use crate::util::ProcessExecutor; use indexmap::IndexMap; use shirabe_php_shim::{PhpMixed, RuntimeException}; +shirabe_php_shim::impl_php_class!(HgDownloader, r"Composer\Downloader\HgDownloader"); + #[derive(Debug)] pub struct HgDownloader { inner: VcsDownloaderBase, |
