'School', 2 => 'Professor', 3 => 'Textbook', 4 => 'Class', ]; } public function status_mapping () { return [ 1 => 'Approve', 0 => 'Decline', ]; } }