<?php
/**
* Holds the notifications section controller.
* @package Sakura
*/
namespace Sakura\Controllers\Settings;
* Notification settings.
* @author Julian van de Groep <me@flash.moe>
class NotificationsController extends Controller
{
* Get the notification history.
* @return string
public function history()
return view('settings/notifications/history');
}