protected $table = 'DomainRelatedSettings';
protected $table = 'table_name';
$model->getTable();
public $table = "dpl_user";
protected $fillable = [ 'user_id', 'fname', 'lname', 'email', 'phone', 'msg'];
php artisan make:migration create_users_table --create=users