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