Added Yandex Maps
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Interfaces;
|
||||
|
||||
interface IController
|
||||
{
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function indexAction();
|
||||
}
|
||||
Reference in New Issue
Block a user