This commit is contained in:
paoloar77
2025-02-14 18:35:01 +01:00
parent 45f0874d8d
commit bc1df11e04
2 changed files with 2 additions and 8 deletions

View File

@@ -8,12 +8,6 @@ class Article extends Model
{
protected $table = 'T_WEB_Articoli';
/*
public function authors()
{
return $this->hasMany(Author::class);
}
*/
public function getAuthorsAttribute()
{