@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace Silk\Post; |
4 | 4 | |
5 | 5 | use stdClass; |
6 | -use InvalidArgumentException; |
|
7 | 6 | use Illuminate\Support\Collection; |
8 | 7 | use Silk\Exception\WP_ErrorException; |
9 | -use Silk\Post\Exception\InvalidPostTypeNameException; |
|
10 | 8 | use Silk\Post\Exception\NonExistentPostTypeException; |
11 | 9 | use Silk\Post\PostTypeBuilder; |
12 | 10 |