ALPHA 3.0.1f

This commit is contained in:
TheGamecraft
2018-08-01 20:32:13 -04:00
parent 636c17441e
commit 5471539ab3
11 changed files with 433 additions and 58 deletions

10
app/Local.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Local extends Model
{
//
}