Example #1
0
 /**
  * Pass data to view;
  * @param  View   $view [description]
  * @return [type]       [description]
  */
 public function compose(View $view)
 {
     $view->withPageData($this->getBaseRoute());
 }