app[ 'config' ][ 'fcm.driver' ]; } protected function createHttpDriver() { $config = $this->app[ 'config' ]->get('fcm.http', []); return new Client(['timeout' => $config[ 'timeout' ]]); } }