File "Hook.php"
Full Path: /home/bettaeza/flyinsyria.com/Booking/Hook.php
File size: 252 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Modules\Booking;
class Hook
{
const BOOKING_SETTING_CONFIG = 'core_setting_config';
const BOOKING_SETTING_AFTER_INVOICE = 'core_setting_after_invoice';
const BOOKING_SETTING_AFTER_TERM = 'core_setting_after_term';
}