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