Skip to content

Commit

Permalink
Remove functions and interface now in Job class (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder authored and fmizzell committed Jul 31, 2019
1 parent b5e5b65 commit 92de261
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 230 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
],
"autoload": {
"psr-4": {
"FileFetcher\\": "src/"
"FileFetcher\\": "src/",
"FileFetcherTest\\": "test/"
}
},
"require": {
"getdkan/procrastinator": "~1.0.1",
"getdkan/procrastinator": "~1.0.2",
"ext-curl": "*"
}
}
3 changes: 1 addition & 2 deletions src/FileCopyInterruptedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace FileFetcher;


class FileCopyInterruptedException extends \Exception
{
}
}
Loading

0 comments on commit 92de261

Please sign in to comment.