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