Primo Committ
This commit is contained in:
13
app/Stock.php
Normal file
13
app/Stock.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Stock extends Model
|
||||
{
|
||||
protected $table = 'T_WEB_Disponibile';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user