Remove some un-needed Log commands, fix some array styling

This commit is contained in:
Jonny Barnes 2017-03-18 21:17:40 +00:00
parent 2bef7a154b
commit 7cb0100727
2 changed files with 2 additions and 9 deletions

View file

@ -4,8 +4,6 @@ declare(strict_types=1);
namespace App\Services;
use Illuminate\Support\Facades\Log;
use App\{Media, Note, Place};
use App\Jobs\{SendWebMentions, SyndicateToFacebook, SyndicateToTwitter};