diff --git a/src/ncc/Interfaces/RemoteSourceInterface.php b/src/ncc/Interfaces/ServiceSourceInterface.php similarity index 93% rename from src/ncc/Interfaces/RemoteSourceInterface.php rename to src/ncc/Interfaces/ServiceSourceInterface.php index e745c24..5eb9c1c 100644 --- a/src/ncc/Interfaces/RemoteSourceInterface.php +++ b/src/ncc/Interfaces/ServiceSourceInterface.php @@ -4,7 +4,7 @@ use ncc\Objects\RemotePackageInput; - interface RemoteSourceInterface + interface ServiceSourceInterface { /** * Fetches a package and all it's dependencies from the given remote source