We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2643acf commit 2e76ed3Copy full SHA for 2e76ed3
src/frdl/Codebase.php
@@ -7,6 +7,9 @@ abstract class Codebase implements \Frdlweb\Contract\Autoload\CodebaseInterface
7
{
8
protected $channels = null;
9
protected $channel = null;
10
+
11
+ abstract public function loadUpdateChannel(mixed $StubRunner = null) : string;
12
13
public function __construct(string $channel = null){
14
$this->channels = [];
15
0 commit comments