mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:42:46 +08:00
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Contracts\Filesystem;
|
|
|
|
interface Cloud extends Filesystem
|
|
{
|
|
}
|