user_id = $user_id; $note->note = $note_text; $note->save(); } public static function getAll(){ return Notification::where('user_id',get_current_user_id())->get(); } }