Skip to content

Commit

Permalink
make a RESTApi for "Project"
Browse files Browse the repository at this point in the history
  • Loading branch information
alex7r committed Sep 10, 2018
1 parent 859adde commit 0981e65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions admin/view/Project/JSON.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Copyright (c) 2018. JoomPlace, all rights reserved
*/

namespace Joomplace\Component\Roadmap\Admin\view\Project;


use Joomplace\X\Renderer\Api;
use Joomplace\X\View;

class JSON extends View
{
use Api;
}

0 comments on commit 0981e65

Please sign in to comment.