Replies: 1 comment 1 reply
-
the error occurs if in any controller I try to ; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`<?php
namespace Modules\Motor\Entities;
use Illuminate\Database\Eloquent\Model;
use Modules\Motor\Entities\Customer;
use Spatie\Searchable\Searchable;
use Spatie\Searchable\SearchResult;
class Vehicle extends Model implements Searchable
{
//Table name
protected $table = 'digital_lab_motor_vehicles';
protected $fillable = [];
}`
Beta Was this translation helpful? Give feedback.
All reactions