Skip to content

Commit

Permalink
Merge branch 'noPHP71fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleangioni committed Jul 7, 2017
2 parents 9317e9b + 6602af7 commit 246deba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.0
- 7.1

services:
Expand Down
36 changes: 0 additions & 36 deletions src/PhalconRepositories/MongoFix.php

This file was deleted.

2 changes: 0 additions & 2 deletions tests/CollectionRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ function __construct()

class UsersMongo extends \Phalcon\Mvc\MongoCollection
{
use \MicheleAngioni\PhalconRepositories\MongoFix;

public $id;

public $username;
Expand Down

0 comments on commit 246deba

Please sign in to comment.