flexisip-account-manager/flexiapi/app/Http/Requests/Api.php

8 lines
75 B
PHP

<?php
namespace App\Http\Requests;
trait Api
{
public $api = true;
}