/** * Store the passed $data in the session. * * @param array $data * @return void */ protected function flash(array $data = array()) { $this->session->flash($this->config->storeKey(), $data); }