Implement version table, update APIs when getting version info from github because the tags API was not retrieving our current git tags
This commit is contained in:
@@ -6,6 +6,8 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Site extends Model
|
||||
{
|
||||
const UPDATED_AT = NULL;
|
||||
|
||||
protected $fillable = ['ip_address'];
|
||||
|
||||
/* RELATIONS */
|
||||
|
Reference in New Issue
Block a user