added all_news_view
This commit is contained in:
@@ -6,6 +6,6 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class News extends Model
|
||||
{
|
||||
protected $table = 'allNewsView';
|
||||
protected $table = 'news';
|
||||
protected $primaryKey = 'id';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user