Limpieza e intento de modernizar informe de ventas
This commit is contained in:
16
src/common/RegistryData.php
Normal file
16
src/common/RegistryData.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
namespace Incoviba\common;
|
||||
|
||||
use App\Alias\OldModel as Model;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property Registry $registry
|
||||
* @property string $column
|
||||
* @property mixed $old
|
||||
* @property mixed $new
|
||||
*/
|
||||
class RegistryData extends Model
|
||||
{
|
||||
public static $_table = 'registry_data';
|
||||
}
|
Reference in New Issue
Block a user