mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 00:58:41 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
d4ffa30a47
commit
098cf56df1
|
|
@ -16,7 +16,7 @@ return ['Support' => [
|
|||
'Account' => 'الحساب',
|
||||
'All' => 'الجميع',
|
||||
'Assigned' => '#VALUE!',
|
||||
'AverageAmount' => 'متوسط المبلغ',
|
||||
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
|
||||
'AverageProcessTime' => 'avg. وقت المعالجة',
|
||||
'Closed' => '#VALUE!',
|
||||
'Completion' => '#VALUE!',
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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