| 1 | <?php |
||
| 10 | class PacManager extends Manager implements Factory |
||
| 11 | { |
||
| 12 | protected $app; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Create a new manager instance. |
||
| 16 | * |
||
| 17 | * @param \Illuminate\Foundation\Application $app |
||
| 18 | */ |
||
| 19 | public function __construct($app) |
||
| 23 | |||
| 24 | protected function createFinkokDriver() |
||
| 33 | |||
| 34 | public function buildDriver($driver, $config) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Get the default driver name. |
||
| 45 | * |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | public function getDefaultDriver() |
||
| 52 | } |
||
| 53 |