Ejemplo n.º 1
0
 /**
  * Return the Corporation Sheet for a Corporation
  *
  * @param $corporation_id
  *
  * @return mixed
  */
 public function getCorporationSheet($corporation_id)
 {
     return CorporationSheet::where('corporationID', $corporation_id)->first();
 }