5 lines
89 B
PHP
5 lines
89 B
PHP
<?php
|
|
|
|
namespace DishPlanner\UserDish\Interfaces;
|
|
|
|
interface FixedRecurrenceInterface {}
|