Skip to content
Snippets Groups Projects
NotificationModel.php 378 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    /**
    * Copyright Maarch since 2008 under licence GPLv3.
    * See LICENCE.txt file at the root folder for more details.
    * This file is part of Maarch software.
    *
    */
    
    /**
    * @brief Notifications Model
    * @author dev@maarch.org
    * @ingroup Module
    */
    
    namespace Notifications\Models;
    
    class NotificationModel extends NotificationModelAbstract
    {
        // Do your stuff in this class
    }