1 | <?php |
||
21 | class BotManager extends Manager |
||
22 | { |
||
23 | /** |
||
24 | * Get the default driver name. |
||
25 | * |
||
26 | * @return string |
||
27 | */ |
||
28 | public function getDefaultDriver() |
||
32 | |||
33 | /** |
||
34 | * @return \Illuminate\Foundation\Application|mixed |
||
35 | */ |
||
36 | public function createGitterDriver() |
||
40 | |||
41 | /** |
||
42 | * @return \Illuminate\Foundation\Application|mixed |
||
43 | */ |
||
44 | public function createSlackDriver() |
||
48 | } |