forked from wallabag/wallabag
Remove the CoreBundle namespace
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\CoreBundle\Import;
|
||||
namespace Wallabag\Import;
|
||||
|
||||
use Wallabag\CoreBundle\Entity\Entry;
|
||||
use Wallabag\Entity\Entry;
|
||||
|
||||
class DeliciousImport extends AbstractImport
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user