Skip to content

Commit

Permalink
Adds namespaces required for Shaarli v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn authored Jul 29, 2019
1 parent b7101a0 commit e48b471
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shaarli2mastodon.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
* @author kalvn <[email protected]>
*/

use Shaarli\Config\ConfigManager;
use Shaarli\Plugin\PluginManager;
use Shaarli\Router;

//require 'tootophp/autoload.php';
//require_once 'mastodonapi/Mastodon_api.php';
require_once 'Mastodon/Mastodon.php';
Expand Down

0 comments on commit e48b471

Please sign in to comment.