Skip to content

Commit

Permalink
Tidied documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Aug 28, 2015
1 parent 8048023 commit 82522f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/database/factories/ModelFactory.php
Expand Up @@ -150,7 +150,7 @@
return [
'image_id' => $faker->uuid,
'public_id' => $faker->unique()->lexify('????????????????????'),
'version' => time(),
'version' => $faker->dateTimeThisDecade()->getTimestamp(),
'folder' => $faker->lexify('????????'),
// http://cloudinary.com/documentation/image_transformations#format_conversion
'format' => $faker->randomElement(['jpg', 'png', 'gif', 'bmp', 'tiff', 'ico', 'pdf', 'eps', 'psd', 'svg', 'WebP']),
Expand Down
Expand Up @@ -259,7 +259,6 @@ Note that this route returns paginated results as defined in the `Content-Range`
->append('articleId',$faker->uuid)
->append('_image',
$factory->get(\App\Models\Image::class)
->append('imageId',$faker->uuid)
->transformed()
)
->count(3)
Expand Down

0 comments on commit 82522f6

Please sign in to comment.