✨feature: Initial MVP
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// phpcs:disable PEAR.Commenting.FileComment,PEAR.Commenting.ClassComment
|
||||
|
||||
/**
|
||||
* Shared API bootstrap.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once dirname(__DIR__, 2) . '/bootstrap.php';
|
||||
|
||||
use IronKanban\Service\BoardService;
|
||||
|
||||
return new BoardService();
|
||||
Reference in New Issue
Block a user