WIP: Implement closer BPN integration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Repository\Traits;
|
||||
|
||||
trait QueryHelperTrait
|
||||
{
|
||||
public function escapeLikeWildcards(string $value): string
|
||||
{
|
||||
return addcslashes($value, '_%');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user