Merge pull request #21900 from dolibit-ut/patch-436
Update api_zapier.class.php
This commit is contained in:
commit
8c081d9b89
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
|
/* Copyright (C) 2015 Jean-François Ferry <jfefe@aternatik.fr>
|
||||||
* Copyright (C) 2019-2020 Frédéric France <frederic.france@netlogic.fr>
|
* Copyright (C) 2019-2020 Frédéric France <frederic.france@netlogic.fr>
|
||||||
*
|
*
|
||||||
@ -16,16 +17,17 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use Luracast\Restler\RestException;
|
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/zapier/class/hook.class.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/zapier/class/api_zapier.class.php
|
* \file htdocs/zapier/class/api_zapier.class.php
|
||||||
* \ingroup zapier
|
* \ingroup zapier
|
||||||
* \brief File for API management of hook.
|
* \brief File for API management of hook.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
use Luracast\Restler\RestException;
|
||||||
|
|
||||||
|
require_once DOL_DOCUMENT_ROOT.'/zapier/class/hook.class.php';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* API class for zapier hook
|
* API class for zapier hook
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user