mirror of
https://github.com/flarum/framework.git
synced 2025-03-05 01:42:10 +08:00
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Contracts\Filesystem;
|
|
|
|
interface Filesystem
|
|
{
|
|
}
|