mirror of
https://github.com/snipe/snipe-it.git
synced 2026-08-18 11:15:42 +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();
|
|
}
|