Skip to content

Commit e085b8e

Browse files
arcdigitalDaneEveritt
authored andcommitted
enable php 7.2 in travis and fix repository (pterodactyl#797)
This was really amusing to watch @arcdigital attempt to do.
1 parent 4b7187a commit e085b8e

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
language: php
22
dist: trusty
33
php:
4-
- '7.0'
5-
- '7.1'
6-
# - '7.2'
4+
- 7.0
5+
- 7.1
6+
- 7.2
7+
matrix:
8+
fast_finish: true
9+
allow_failures:
10+
- php: 7.2
711
sudo: false
812
cache:
913
directories:

app/Repositories/Eloquent/LocationRepository.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ class LocationRepository extends EloquentRepository implements LocationRepositor
1818
{
1919
use Searchable;
2020

21-
/**
22-
* @var string
23-
*/
24-
protected $searchTerm;
25-
2621
/**
2722
* {@inheritdoc}
2823
*/

0 commit comments

Comments
 (0)