Ibrahem Mohamed
Results
2
issues of
Ibrahem Mohamed
[php 8.1 - explode(): Passing null to parameter #2 ($string) of type string is deprecated] so i used null coalescing operator to avoid that error
[php 8.1 - explode(): Passing null to parameter] this happened on Category Model line 195 fixed by adding null coalescing operator to default the value to an empty string if...