You can specifify the table name property
class Orm extends Eloquent {
protected $table = 'orm';
}
that will solve your problem
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community