added new models and migrations for automatic tracking of moon rental payments

This commit is contained in:
2020-05-09 12:26:40 -05:00
parent 9c7dbbf1ba
commit 1f3954cfe0
7 changed files with 170 additions and 30 deletions

View File

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