mirror of
https://github.com/10h30/Test-Laravel-Eloquent-Basics.git
synced 2026-07-17 05:33:44 +09:00
Complete all stats
This commit is contained in:
@@ -9,4 +9,5 @@ use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
class Project extends Model
|
||||
{
|
||||
use HasFactory, SoftDeletes;
|
||||
protected $fillable = ['name'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user