From a21ea606d9e277551c54fad9c39970c10aa88448 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 15 Dec 2022 01:04:52 -0500 Subject: [PATCH] Renamed RemoteSourceInterface.php to ServiceSourceInterface.php https://git.n64.cc/nosial/ncc/-/issues/28 --- .../{RemoteSourceInterface.php => ServiceSourceInterface.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/ncc/Interfaces/{RemoteSourceInterface.php => ServiceSourceInterface.php} (93%) 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