mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-13 17:07:47 +01:00
10 lines
173 B
PHP
Executable File
10 lines
173 B
PHP
Executable File
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
use Plugins\PianificazioneInterventi\Promemoria;
|
|
|
|
if (isset($id_record)) {
|
|
$promemoria = Promemoria::find($id_record);
|
|
}
|