1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-12 08:41:33 -04:00

Include the log functionality in the subscription controller

This commit is contained in:
Kevin MacMartin 2017-09-26 16:05:01 -04:00
parent 8a2ebc48ea
commit c14a5912e2

View file

@ -1,6 +1,7 @@
<?php namespace App\Http\Controllers;
use Newsletter;
use Log;
use App\Models\Subscriptions;
use Illuminate\Http\Request;