mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Minor fixes:
This commit is contained in:
parent
b4ab9a2e1c
commit
78333e332f
@ -997,9 +997,10 @@ class BaseController extends Controller
|
||||
|
||||
if(request()->has('einvoice')) {
|
||||
|
||||
$ro = new Schema();
|
||||
$response_data['einvoice_schema'] = $ro('Peppol');
|
||||
|
||||
if(class_exists(Schema::class)){
|
||||
$ro = new Schema();
|
||||
$response_data['einvoice_schema'] = $ro('Peppol');
|
||||
}
|
||||
}
|
||||
|
||||
$response['static'] = $response_data;
|
||||
|
@ -66,7 +66,7 @@ use Laracasts\Presenter\PresentableTrait;
|
||||
* @property string|null $inapp_transaction_id
|
||||
* @property bool $set_react_as_default_ap
|
||||
* @property bool $is_flagged
|
||||
* @property int $is_verified_account
|
||||
* @property bool $is_verified_account
|
||||
* @property string|null $account_sms_verification_code
|
||||
* @property string|null $account_sms_verification_number
|
||||
* @property bool $account_sms_verified
|
||||
|
Loading…
Reference in New Issue
Block a user