Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Contracts;
|
||||
|
||||
/**
|
||||
* Marker interface for Urls data objects.
|
||||
*/
|
||||
interface UrlsDataInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user