mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 16:23:19 +01:00
8 lines
120 B
PHP
8 lines
120 B
PHP
|
<?php
|
||
|
|
||
|
include_once __DIR__.'/../../core.php';
|
||
|
|
||
|
use Modules\Articoli\Articolo;
|
||
|
|
||
|
$articolo = Articolo::find($id_record);
|