1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00
Files
php-flarum/php-packages/phpstan/stubs/Illuminate/Contracts/Filesystem/Cloud.stub
2022-09-14 15:23:56 +01:00

8 lines
90 B
Plaintext

<?php
namespace Illuminate\Contracts\Filesystem;
interface Cloud extends Filesystem
{
}