composer update == bad

This commit is contained in:
Nabeel Shahzad
2017-09-07 15:40:30 -05:00
parent 1502e0193f
commit feca30c4cb
4 changed files with 256 additions and 342 deletions

View File

@@ -18,7 +18,7 @@ trait Uuids
$hashids = new Hashids('', 10);
$mt = str_replace('.', '', microtime(true));
$id = $hashids->encode($mt);
$model->{$key} = $id;
}