Cron Jobs, Reminder, Fonts, Members / Wizard / Price, Credit and Promotion
This commit is contained in:
parent
a0f4eda6ea
commit
6167273a48
204 changed files with 8746 additions and 215 deletions
|
|
@ -20,6 +20,11 @@ class AuthController extends Controller
|
|||
|
||||
public $successStatus = 200;
|
||||
|
||||
public function test(Request $request)
|
||||
{
|
||||
var_dump("testing");
|
||||
die("test");
|
||||
}
|
||||
|
||||
public function login(Request $request)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue