Move video over to software_id
This commit is contained in:
@@ -6,7 +6,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Software extends Model
|
||||
{
|
||||
protected $fillable = ['name'];
|
||||
protected $fillable = ['name','model_id'];
|
||||
|
||||
public function model()
|
||||
{
|
||||
|
Reference in New Issue
Block a user