1
0
Fork 0

Add NotificationController

This commit is contained in:
Daniel Supernault 2018-05-31 20:39:56 -06:00
parent bfd65c1f76
commit 30bdd46415
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class NotificationController extends Controller
{
//
}