We no longer use the Exception in this controller

This commit is contained in:
Jonny Barnes 2019-07-26 10:43:51 +01:00
parent 5ef23376be
commit 41862b15b8

View file

@ -2,7 +2,6 @@
namespace App\Http\Controllers;
use Exception;
use App\Models\Like;
use App\Models\Note;
use App\Models\Article;