ispt4.0_laravel/app/Models/EquipmentWorkHistory.php
ygbanzato d7e3a725ac Test to use snappy pdf, but only with Dompdf were we able to make the reports.
Create a reporting system, in which reporting by Ambit has already been completed.
2024-01-09 12:09:27 +00:00

12 lines
191 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class EquipmentWorkHistory extends Model
{
use HasFactory;
}