mirror of
https://github.com/snipe/snipe-it.git
synced 2026-04-06 07:47:47 +00:00
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();
|
|
}
|