Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Import Parsedown
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Sep 14, 2018
1 parent 0fe4bc8 commit e9aace6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Http/Controllers/ReleasesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

namespace Tightenco\NovaReleases\Http\Controllers;

use Zttp\Zttp;
use Parsedown;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Cache;
use Zttp\Zttp;

class ReleasesController extends Controller
{
Expand Down

0 comments on commit e9aace6

Please sign in to comment.