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:
11
app/Bunny/Filesystem/FileStreamable.php
Normal file
11
app/Bunny/Filesystem/FileStreamable.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Bunny\Filesystem;
|
||||
|
||||
interface FileStreamable
|
||||
{
|
||||
/**
|
||||
* @return resource|string
|
||||
*/
|
||||
public function getResource();
|
||||
}
|
||||
Reference in New Issue
Block a user