Vendored
BIN
Binary file not shown.
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
namespace api\blog;
|
||||||
|
|
||||||
|
use Slim\App;
|
||||||
|
|
||||||
|
class blogRoutes implements \api\utils\routesInterface
|
||||||
|
{
|
||||||
|
|
||||||
|
public function createRoutes(App $app): void
|
||||||
|
{
|
||||||
|
// TODO: Implement createRoutes() method.
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
Reference in New Issue
Block a user