mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Include the log functionality in the subscription controller
This commit is contained in:
parent
8a2ebc48ea
commit
c14a5912e2
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?php namespace App\Http\Controllers;
|
<?php namespace App\Http\Controllers;
|
||||||
|
|
||||||
use Newsletter;
|
use Newsletter;
|
||||||
|
use Log;
|
||||||
use App\Models\Subscriptions;
|
use App\Models\Subscriptions;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue