Add image type + NotConserved
This commit is contained in:
9
src/ImageType.php
Normal file
9
src/ImageType.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
enum ImageType: string
|
||||
{
|
||||
case Photo = 'foto';
|
||||
case Survey = 'rilievo';
|
||||
}
|
||||
Reference in New Issue
Block a user