Skip to content

Commit

Permalink
Cleaned up unnecessary "use" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Frans Bol committed Sep 12, 2014
1 parent 9d937dc commit b9daeab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Confide/EloquentPasswordService.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php namespace Zizaco\Confide;

use Illuminate\Auth\Reminders\RemindableInterface;
use Illuminate\Support\Facades\Config;

/**
* A service that abstracts all user password management related methods.
Expand Down
1 change: 0 additions & 1 deletion tests/Confide/EloquentPasswordServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use Mockery as m;
use PHPUnit_Framework_TestCase;
use Illuminate\Auth\Reminders\RemindableInterface;

class EloquentPasswordServiceTest extends PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit b9daeab

Please sign in to comment.