Added Yandex Maps

This commit is contained in:
amikhaylov
2026-05-15 18:39:04 +03:00
parent 443a745029
commit 0c06d83b0b
5 changed files with 104 additions and 3 deletions
@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers\Interfaces;
interface IController
{
/**
* @return mixed
*/
public function indexAction();
}