mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 03:20:58 +01:00
11 lines
157 B
PHP
11 lines
157 B
PHP
|
<?php
|
||
|
|
||
|
namespace Modules\RitenuteContributi;
|
||
|
|
||
|
use Common\Model;
|
||
|
|
||
|
class RitenutaContributi extends Model
|
||
|
{
|
||
|
protected $table = 'co_ritenuta_contributi';
|
||
|
}
|