mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 07:45:39 +00:00
9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
namespace Tests\Concerns;
|
|
|
|
interface TestsPermissionsRequirement
|
|
{
|
|
public function testRequiresPermission();
|
|
}
|