Update app() calls

This commit is contained in:
James Cole
2017-02-05 16:16:15 +01:00
parent 77e52f42a6
commit 8a98204a69
51 changed files with 174 additions and 99 deletions

View File

@@ -13,6 +13,7 @@ declare(strict_types = 1);
namespace FireflyIII\Support\Search;
use FireflyIII\User;
use Illuminate\Support\Collection;
/**
@@ -29,6 +30,11 @@ interface SearchInterface
*/
public function searchAccounts(array $words): Collection;
/**
* @param User $user
*/
public function setUser(User $user);
/**
* @param array $words
*