mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
style fix previous
This commit is contained in:
parent
a4723528c0
commit
2d80277648
@ -99,7 +99,7 @@ class NetworkField extends BaseField
|
||||
*/
|
||||
public function setWildcardEnabled($value)
|
||||
{
|
||||
if (strtolower(trim($value)) == 'y') {
|
||||
if (trim(strtoupper($value)) == "Y") {
|
||||
$this->internalWilcardEnabled = true;
|
||||
} else {
|
||||
$this->internalWilcardEnabled = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user