Browse Source

add todo note for feeds

pull/39/head
Aaron Parecki 8 years ago
parent
commit
7fafb51e92
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lib/Formats/Mf2.php

+ 2
- 1
lib/Formats/Mf2.php View File

@ -115,7 +115,8 @@ class Mf2 {
'url' => null,
'photo' => null
],
'items' => []
'items' => [],
'todo' => 'Not yet implemented. Please see https://github.com/aaronpk/XRay/issues/1'
];
return $data;

Loading…
Cancel
Save