Files
w4rpservices/app/Models/Fleet/FleetActivity.php
drkthunder02 8bbd83da90 added fleet activity model
created new commands helper class to help with certain task across all scheduled task
updated the task to use the new class
partially updated fleet controller
2018-12-03 13:00:58 -06:00

11 lines
109 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class FleetActivity extends Model
{
//
}