Asvae\ApiTester\Entities\BaseEntity::filterFillable PHP Method

filterFillable() protected method

Return array with with key that can be filled.
protected filterFillable ( array $data ) : array
$data array
return array
    protected function filterFillable(array $data)
    {
        return array_only($data, $this->fillable);
    }