Skip to content

Commit

Permalink
Remove deprecated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dvlpp committed Aug 29, 2016
1 parent 928b15d commit 766fcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Dvlpp/Sharp/Jobs/CopyFileInStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
namespace Dvlpp\Sharp\Jobs;

use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Bus\SelfHandling;
use Illuminate\Contracts\Filesystem\Factory;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;

class CopyFileInStorage implements SelfHandling, ShouldQueue
class CopyFileInStorage implements ShouldQueue
{
use InteractsWithQueue, SerializesModels, Queueable;

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.22
3.1.23

0 comments on commit 766fcfa

Please sign in to comment.