source: trunk/workflow/js/adminsource/inc/class.model.inc.php @ 795

Revision 795, 95 bytes checked in by viani, 15 years ago (diff)

Ticket #488 - Inclusão do módulo workflow no ramo trunk do repositório Expresso.

  • Property svn:executable set to *
Line 
1<?php
2class Model extends BaseModel
3{
4        function Model(&$env)
5        {
6                $this->super(&$env);
7        }
8}
9?>
Note: See TracBrowser for help on using the repository browser.