mirror of
https://github.com/grocy/grocy.git
synced 2025-08-15 02:04:38 +00:00
Finalize project reorganization
This commit is contained in:
12
middleware/BaseMiddleware.php
Normal file
12
middleware/BaseMiddleware.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Grocy\Middleware;
|
||||
|
||||
class BaseMiddleware
|
||||
{
|
||||
public function __construct(\Slim\Container $container) {
|
||||
$this->container = $container;
|
||||
}
|
||||
|
||||
protected $container;
|
||||
}
|
Reference in New Issue
Block a user