βοΈ Trim
Removes whitespace from both ends of the value.
Example Usageβ
use IPLeiria\ESTG\EI\DBContextSeeder\TableSeeder;
$seeder->value('name', ' John ')->trim(); // "John"
Removes whitespace from both ends of the value.
use IPLeiria\ESTG\EI\DBContextSeeder\TableSeeder;
$seeder->value('name', ' John ')->trim(); // "John"