??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: Photos.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Photos extends Model { protected $table = 'Photos'; protected $fillable = ['id', 'topic_id', 'file', 'title']; }