mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
Improve caching, performance and add dry-run
This commit is contained in:
10
app/Bunny/Filesystem/FileSerialized.php
Normal file
10
app/Bunny/Filesystem/FileSerialized.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Bunny\Filesystem;
|
||||
|
||||
interface FileSerialized
|
||||
{
|
||||
public function toArray(): array;
|
||||
|
||||
public static function fromArray(array $array): self;
|
||||
}
|
||||
Reference in New Issue
Block a user