mirror of
https://github.com/flarum/core.git
synced 2025-08-04 07:27:39 +02:00
8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
<?php
|
|
|
|
namespace Illuminate\Contracts\Container;
|
|
|
|
interface Container
|
|
{
|
|
}
|