Skip to content

Commit 2e76ed3

Browse files
authored
Update Codebase.php
1 parent 2643acf commit 2e76ed3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frdl/Codebase.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ abstract class Codebase implements \Frdlweb\Contract\Autoload\CodebaseInterface
77
{
88
protected $channels = null;
99
protected $channel = null;
10+
11+
abstract public function loadUpdateChannel(mixed $StubRunner = null) : string;
12+
1013
public function __construct(string $channel = null){
1114
$this->channels = [];
1215

0 commit comments

Comments
 (0)