Refactor documentation: Update README.md with Laravel branding and restructure content; add new DOCUMENTAZIONE.md for comprehensive project details.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Articolo extends Model
|
||||
{
|
||||
protected $table = 'articoli';
|
||||
@@ -50,4 +49,6 @@ class Articolo extends Model
|
||||
{
|
||||
return $this->qr_code;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user