Skip to content

Commit

Permalink
Create Controllers\ImportController controller
Browse files Browse the repository at this point in the history
Moves the import entry point logic to the controller and removes the
entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 30, 2019
1 parent 4457a60 commit 41e13a6
Show file tree
Hide file tree
Showing 6 changed files with 880 additions and 855 deletions.
2 changes: 1 addition & 1 deletion libraries/classes/Bookmark.php
Expand Up @@ -354,7 +354,7 @@ public static function getList(
* of the owning user
* @param boolean $exact_user_match whether to ignore bookmarks with no user
*
* @return Bookmark the bookmark
* @return Bookmark|null the bookmark
*
* @access public
*/
Expand Down

0 comments on commit 41e13a6

Please sign in to comment.