mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-07-11 10:46:13 +09:00
Fix Task 6 - average of the field
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Team extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = ['name', 'size'];
|
||||
protected $fillable = ['name', 'size', 'country_id'];
|
||||
|
||||
public function users()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user