refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
11
vendor/league/flysystem/src/ResolveIdenticalPathConflict.php
vendored
Normal file
11
vendor/league/flysystem/src/ResolveIdenticalPathConflict.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace League\Flysystem;
|
||||
|
||||
class ResolveIdenticalPathConflict
|
||||
{
|
||||
public const IGNORE = 'ignore';
|
||||
public const FAIL = 'fail';
|
||||
public const TRY = 'try';
|
||||
}
|
||||
Reference in New Issue
Block a user