1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-30 15:35:09 +01:00

8 lines
120 B
PHP
Raw Normal View History

2020-03-09 16:59:56 +01:00
<?php
include_once __DIR__.'/../../core.php';
use Modules\Articoli\Articolo;
$articolo = Articolo::find($id_record);