mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:54:03 +00:00
8 lines
158 B
PHP
8 lines
158 B
PHP
<?php
|
|
|
|
// Stub for Intelephense support
|
|
class FFI
|
|
{
|
|
public function __call($name, $arguments) {}
|
|
public function __callStatic($name, $arguments) {}
|
|
}
|