8 lines
76 B
Plaintext
Raw Normal View History

2022-09-14 15:23:56 +01:00
<?php
namespace Illuminate\Contracts\Filesystem;
interface Filesystem
{
}