mirror of
https://github.com/flarum/framework.git
synced 2025-02-19 15:42:45 +08:00
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
![]() |
<?php
|
||
|
|
||
|
namespace Illuminate\Contracts\Filesystem;
|
||
|
|
||
|
interface Cloud extends Filesystem
|
||
|
{
|
||
|
}
|