mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 13:31:56 +07:00
Chore: Bump version to v1.1.0 and implement automated release system
This commit is contained in:
7
app/Middleware/MiddlewareInterface.php
Normal file
7
app/Middleware/MiddlewareInterface.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Middleware;
|
||||
|
||||
interface MiddlewareInterface {
|
||||
public function handle($request, \Closure $next);
|
||||
}
|
||||
Reference in New Issue
Block a user