Completed
Pull Request — master (#31)
by
unknown
06:02
created
src/App/Taxonomies.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
     public function __construct()
13 13
     {
14
-        new Taxonomy(self::EXAMPLE_POST_CATEGORY, PostTypes::EXAMPLE_POST_TYPE,  [
14
+        new Taxonomy(self::EXAMPLE_POST_CATEGORY, PostTypes::EXAMPLE_POST_TYPE, [
15 15
             'labels'       => [
16 16
                 'name'          => Translations::trans('Categories'),
17 17
                 'singular_name' => Translations::trans('Category'),
Please login to merge, or discard this patch.