OwlCyberSecurity - MANAGER
Edit File: Path.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Path extends Model { protected $fillable = [ 'name', ]; }