Update Submissions and add fields
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class EntryGallery extends Model
|
||||
{
|
||||
protected $fillable = ['entry_id','image'];
|
||||
|
||||
}
|
||||
/**
|
||||
* @deprecated Use Gallery instead.
|
||||
*/
|
||||
class EntryGallery extends Gallery {}
|
||||
|
||||
Reference in New Issue
Block a user