Logo
Explore Help
Register Sign In
matt/opnform-host-nginx
1
0
Fork 0
You've already forked opnform-host-nginx
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
6b13f953220421400e6b05c8025b23b34bdbdd85
opnform-host-nginx/database/factories/Integration/FormIntegrationFactory.php

22 lines
446 B
PHP
Raw Normal View History

Google Sheet - OAuth "client" powered integrations (#415) * fix `helpers.php` * fix `.eslintrc.cjs` * spreadsheet manager * fetch providers. set `oauth_id` for integrations * create spreadsheet on integration create event * connect OAuth accounts * display actions. connect account if missing * cleanup * handle form field change * map integration data object to `SpreadsheetData` * validate request * wip * redirect to integrations page * fix refresh token * add helper text * add extra integration info * refactor * refresh google token * fix validation * add tests * Fix linting issue * Update composer lock file --------- Co-authored-by: Julien Nahum <julien@nahum.net>
2024-06-05 06:35:46 -07:00
<?php
namespace Database\Factories\Integration;
use App\Models\Integration\FormIntegration;
use Illuminate\Database\Eloquent\Factories\Factory;
class FormIntegrationFactory extends Factory
{
protected $model = FormIntegration::class;
public function definition()
{
return [
'integration_id' => 'i_test',
'status' => 'active',
'logic' => [],
'data' => [],
];
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 28ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API