Skip to content

Commit 2643acf

Browse files
authored
Update CodebaseInterface.php
1 parent c0d0208 commit 2643acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Frdlweb/Contract/Autoload/CodebaseInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ interface CodebaseInterface
1818
public function setUpdateChannel(string $channel);
1919
public function getUpdateChannel() : string;
2020
public function getRemotePsr4UrlTemplate() : string;
21-
public function getRemoteModulesBaseUrl() : string;
21+
public function getRemoteModulesBaseUrl() : string;
22+
public function loadUpdateChannel(mixed $StubRunner = null) : string;
2223
}
2324
}
2425
}

0 commit comments

Comments
 (0)