Использование базовой модели
namespace App\Models;
use Pranju\Bitrix24\Eloquent\Model;
class Notification extends Model
{
protected $connection = 'another_bitrix_connection';
protected $table = 'crm_item_51';
}Last updated
namespace App\Models;
use Pranju\Bitrix24\Eloquent\Model;
class Notification extends Model
{
protected $connection = 'another_bitrix_connection';
protected $table = 'crm_item_51';
}Last updated