Skip to content

Commit

Permalink
Merge pull request #36 from justcoded/hotfix/typo-namespace
Browse files Browse the repository at this point in the history
typo n the namespace has been fixed
  • Loading branch information
aprokopenko authored Feb 11, 2020
2 parents a52d189 + 5398603 commit bfda594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Rest/Employees_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Boilerplate\Theme\Rest;

use JustCoded\WP\Framework\Web\Rest_Controller;
use TheTimes\Theme\Post_Type\Employee as Employee_Post_Type;
use TheTimes\Theme\Models\Employee as Employee_Model;
use Boilerplate\Theme\Post_Type\Employee as Employee_Post_Type;
use Boilerplate\Theme\Models\Employee as Employee_Model;

/**
* Custom json rest endpoint to illustrate like it work
Expand Down

0 comments on commit bfda594

Please sign in to comment.