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