refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
11
vendor/intervention/image/src/Length.php
vendored
Normal file
11
vendor/intervention/image/src/Length.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Intervention\Image;
|
||||
|
||||
enum Length: string
|
||||
{
|
||||
case INCH = 'inch';
|
||||
case CM = 'cm';
|
||||
}
|
||||
Reference in New Issue
Block a user