uff muchas cosas, agrege projecto y setup
This commit is contained in:
@@ -7,9 +7,4 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Project extends Model
|
||||
{
|
||||
protected $table = 'projects';
|
||||
|
||||
public function photos()
|
||||
{
|
||||
return $this->hasMany('App\ProjectPhoto');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user