mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
9 lines
122 B
PHP
9 lines
122 B
PHP
<?php
|
|
|
|
namespace Tests\Concerns;
|
|
|
|
interface TestsPermissionsRequirement
|
|
{
|
|
public function testRequiresPermission();
|
|
}
|