9 lines
161 B
PHP
9 lines
161 B
PHP
<?php
|
|
|
|
namespace Tests\Concerns;
|
|
|
|
interface TestsFullMultipleCompaniesSupport
|
|
{
|
|
public function test_adheres_to_full_multiple_companies_support_scoping();
|
|
}
|