mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 18:45:49 +00:00
9 lines
154 B
PHP
9 lines
154 B
PHP
<?php
|
|
|
|
namespace Tests\Concerns;
|
|
|
|
interface TestsFullMultipleCompaniesSupport
|
|
{
|
|
public function testAdheresToFullMultipleCompaniesSupportScoping();
|
|
}
|