Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
aggiunta una relazione
Browse files Browse the repository at this point in the history
  • Loading branch information
BroHPotato committed Apr 9, 2020
1 parent ca45d4e commit da2ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Alert extends Model
{
protected $fillable = ['threshold', 'type', 'deleted', 'entity', 'sensor', 'lastSent', 'alertId'];
private $relType = ['minore di', 'maggiore di'];
private $relType = ['minore di', 'maggiore di', 'uguale a'];


public function getType()
Expand Down

0 comments on commit da2ea48

Please sign in to comment.