cleanup
This commit is contained in:
@@ -8,10 +8,6 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
|
|||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
use Illuminate\Support\Carbon;
|
use Illuminate\Support\Carbon;
|
||||||
|
|
||||||
/**
|
|
||||||
* @property Carbon $date
|
|
||||||
* @property string $price_usd
|
|
||||||
*/
|
|
||||||
#[Fillable(['date', 'price_usd'])]
|
#[Fillable(['date', 'price_usd'])]
|
||||||
class BrentPrice extends Model
|
class BrentPrice extends Model
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,17 +11,6 @@ use Illuminate\Database\Eloquent\Factories\HasFactory;
|
|||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
use Illuminate\Support\Carbon;
|
use Illuminate\Support\Carbon;
|
||||||
|
|
||||||
/**
|
|
||||||
* @property int $id
|
|
||||||
* @property Carbon $predicted_for
|
|
||||||
* @property PredictionSource $source
|
|
||||||
* @property TrendDirection $direction
|
|
||||||
* @property int $confidence
|
|
||||||
* @property string|null $reasoning
|
|
||||||
* @property Carbon $generated_at
|
|
||||||
*
|
|
||||||
* @method static Builder<PricePrediction> bestFirst()
|
|
||||||
*/
|
|
||||||
#[Fillable(['predicted_for', 'source', 'direction', 'confidence', 'reasoning', 'generated_at'])]
|
#[Fillable(['predicted_for', 'source', 'direction', 'confidence', 'reasoning', 'generated_at'])]
|
||||||
class PricePrediction extends Model
|
class PricePrediction extends Model
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user