Skip to content

Commit

Permalink
Tweak use statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 4, 2017
1 parent df8f600 commit 6b523dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nag/lib/Application.php
Expand Up @@ -12,6 +12,7 @@
*/

use Horde\Backup;
use Sabre\CalDAV;

/* Determine the base directories. */
if (!defined('NAG_BASE')) {
Expand All @@ -32,8 +33,6 @@
* Horde_Registry_Application::). */
require_once HORDE_BASE . '/lib/core.php';

use Sabre\CalDAV;

class Nag_Application extends Horde_Registry_Application
{
/**
Expand Down

0 comments on commit 6b523dc

Please sign in to comment.