mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-01 06:48:41 +00:00
Merge branch 'develop' of https://github.com/Karaka-Management/oms-Auditor into develop
This commit is contained in:
commit
1cea362fb3
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
|||
use phpOMS\Uri\UriFactory;
|
||||
|
||||
/**
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \phpOMS\Views\View $this
|
||||
* @var \Modules\Audit\Models\Audit[] $audits
|
||||
*/
|
||||
$audits = $this->data['audits'] ?? [];
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
|
|||
$account = new Account();
|
||||
TestUtils::setMember($account, 'id', 1);
|
||||
|
||||
$permission = new AccountPermission();
|
||||
$permission = new AccountPermission();
|
||||
$permission->unit = 1;
|
||||
$permission->app = 2;
|
||||
$permission->setPermission(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user