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