1. POSTBonus in/out
2. POSTPresale in/out
3. Переработана форма гостя
This commit is contained in:
miroman-afk
2022-12-14 12:42:39 +03:00
parent 4d3ad7727d
commit d24bba305f
49 changed files with 2525 additions and 772 deletions

11
models/ClientsActions.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
namespace App\Component\Models;
use Illuminate\Database\Eloquent\Model;
class ClientsActions extends Model
{
protected $table = 'clients_actions';
protected $guarded = [];
}