| 1 | <?php |
||
| 7 | class AirtableServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Bootstrap the application services. |
||
| 11 | */ |
||
| 12 | public function boot() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Register the application services. |
||
| 26 | */ |
||
| 27 | public function register() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Get the default file driver. |
||
| 45 | * |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | protected function getDefaultTable() |
||
| 52 | } |
||
| 53 |