diff options
Diffstat (limited to 'crates/shirabe/src/downloader/path_downloader.rs')
| -rw-r--r-- | crates/shirabe/src/downloader/path_downloader.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/src/downloader/path_downloader.rs b/crates/shirabe/src/downloader/path_downloader.rs index 72b77fc1..ec07d057 100644 --- a/crates/shirabe/src/downloader/path_downloader.rs +++ b/crates/shirabe/src/downloader/path_downloader.rs @@ -27,6 +27,8 @@ use shirabe_php_shim::{ RuntimeException, file_exists, function_exists, is_dir, realpath, }; +shirabe_php_shim::impl_php_class!(PathDownloader, r"Composer\Downloader\PathDownloader"); + #[derive(Debug)] pub struct PathDownloader { pub(crate) inner: FileDownloader, |
