This commit is contained in:
James Cole
2020-10-04 09:19:36 +02:00
parent 3bae5e236b
commit a2eedb3742
3 changed files with 4 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ trait ConvertsDataTypes
*
* @return string
*/
protected function nlString(string $field): string
public function nlString(string $field): string
{
return app('steam')->nlCleanString((string)($this->get($field) ?? ''));
}