mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 23:53:42 +08:00
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Contracts\Filesystem;
|
|
|
|
interface Cloud extends Filesystem
|
|
{
|
|
}
|