| @@ -53,7 +53,7 @@ | ||
| 53 | 53 | // would require more effort if we where to massively generate / store Flows | 
| 54 | 54 |              $timeParts       = explode(' ', microtime(false)); | 
| 55 | 55 | |
| 56 | -            return $this->id = implode('.', array_map(function ($value) { | |
| 56 | +            return $this->id = implode('.', array_map(function($value) { | |
| 57 | 57 | return base_convert($value, 10, 36); | 
| 58 | 58 | }, [ | 
| 59 | 59 | $timeParts[1], |