The datasource configuration "import" was not found in database.php

Hi, I am new to cakePHP Please support
I got these error when

$options = [
‘conditions’ => [‘Product.id’ => $productId],
‘contain’ => [
‘ProductShippingAvailabilityType’ => [‘fields’ => [‘website_desc’]],
‘Item’ => [‘fields’ => [‘availability’, ‘date_last_found’]],
],
‘fields’ => [‘id’],
];
$product = $this->find(‘first’, $options);

While accessing $this->find i Got these error.

[MissingDatasourceConfigException] The datasource configuration “import” was not found in database.php
Exception Attributes: array (
‘config’ => ‘import’,
)