1
0
mirror of synced 2024-12-17 00:18:42 +03:00
doctrine2/website/apps/backend/modules/blog_posts/actions/actions.class.php

14 lines
265 B
PHP
Raw Normal View History

2007-09-06 21:21:56 +04:00
<?php
/**
* blog_posts actions.
*
* @package doctrine_website
* @subpackage blog_posts
* @author Your name here
* @version SVN: $Id: actions.class.php 1415 2006-06-11 08:33:51Z fabien $
*/
class blog_postsActions extends autoblog_postsActions
{
}