(Update) PHPDoc Comments 🚀

This commit is contained in:
HDVinnie
2019-11-05 10:33:04 -05:00
parent ab095580f7
commit 7a0eb4f2d5
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ use Illuminate\Support\Facades\Mail;
class BanController extends Controller
{
/**
* Get All Bans.
* Display All Bans.
*
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
*/