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
11 lines
109 B
PHP
11 lines
109 B
PHP
<?php
|
|
|
|
namespace App;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class FleetActivity extends Model
|
|
{
|
|
//
|
|
}
|