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