Skip to content

Commit

Permalink
Added missing abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
thilanga committed Sep 20, 2017
1 parent 81d7bae commit cf243cf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/Stubs/ApplicationStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ public function booted($callback)
//
}

public function getCachedPackagesPath(){
//
public function getCachedPackagesPath()
{
//
}

public function runningInConsole()
{
//
}
}

0 comments on commit cf243cf

Please sign in to comment.