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