mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
autoformat
This commit is contained in:
parent
169b5535d3
commit
bf0dd44985
|
|
@ -261,7 +261,6 @@ abstract class GrammarAbstract
|
||||||
. ($split[1] !== '*' ? $identifierEnd : '');
|
. ($split[1] !== '*' ? $identifierEnd : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return ($system !== '*' ? $identifierStart : '')
|
return ($system !== '*' ? $identifierStart : '')
|
||||||
. $system
|
. $system
|
||||||
. ($system !== '*' ? $identifierEnd : '');
|
. ($system !== '*' ? $identifierEnd : '');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user