mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-11 07:56:16 +01:00
12 lines
220 B
PHP
12 lines
220 B
PHP
<?php
|
|
|
|
use Plugins\DichiarazioniIntento\Dichiarazione;
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
if (isset($id_record)) {
|
|
$dichiarazione = Dichiarazione::find($id_record);
|
|
|
|
$record = $dichiarazione->toArray();
|
|
}
|