mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
8 lines
75 B
PHP
8 lines
75 B
PHP
<?php
|
|
|
|
namespace App\Http\Requests;
|
|
|
|
trait Api
|
|
{
|
|
public $api = true;
|
|
}
|