for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Carbon_Fields\Field;
/**
* Image field class.
*
* Allows selecting and saving a media attachment file,
* where the image ID is saved in the database.
*/
class Image_Field extends File_Field {
public $field_type = 'image';
}