| 1 | <?php |
||
| 9 | class AuthBootstrap implements BootstrapInterface |
||
| 10 | { |
||
| 11 | |||
| 12 | public function boot(Application $app) |
||
| 20 | |||
| 21 | private function getConfig() |
||
| 22 | { |
||
| 23 | return require __DIR__ . '/../Auth/config/config.php'; |
||
| 24 | } |
||
| 25 | |||
| 26 | private function getAccountManagerConfig() |
||
| 30 | |||
| 31 | private function getLoginManagerConfig() |
||
| 35 | } |
||
| 36 |