v1.5.20 - Removed event_end & Updated Migration
Updated Delete of multiple event Started on deletion of single event & multiple-event edit Removed userevent $key variable Updated multipdf Fixed web.php
This commit is contained in:
@@ -7,6 +7,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class MultipleEvents extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'date', 'event_end', 'event_name', 'accountable', 'week', 'description', 'multiple_events_parent_id'
|
||||
'date', 'event_name', 'accountable', 'week', 'description', 'multiple_events_parent_id'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user