Completed
Push — master ( 5b2853...904b84 )
by Ricardo
03:18
created
src/Events/DocumentEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fabrica\Events\Event;
5 5
 use Illuminate\Queue\SerializesModels;
6
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
7 6
 
8 7
 class DocumentEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Events/FieldChangeEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Events\Event;
6 6
 use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8 7
 
9 8
 class FieldChangeEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/FieldDeleteEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Events\Event;
6 6
 use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8 7
 
9 8
 class FieldDeleteEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/FileDelEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Fabrica\Events;
3 3
 use Fabrica\Events\Event;
4 4
 use Illuminate\Queue\SerializesModels;
5
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
6 5
 
7 6
 class FileDelEvent extends Event
8 7
 {
Please login to merge, or discard this patch.
src/Events/FileUploadEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Fabrica\Events;
3 3
 use Fabrica\Events\Event;
4 4
 use Illuminate\Queue\SerializesModels;
5
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
6 5
 
7 6
 class FileUploadEvent extends Event
8 7
 {
Please login to merge, or discard this patch.
src/Events/IssueEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Fabrica\Events;
3 3
 use Fabrica\Events\Event;
4 4
 use Illuminate\Queue\SerializesModels;
5
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
6 5
 
7 6
 class IssueEvent extends Event
8 7
 {
Please login to merge, or discard this patch.
src/Events/ModuleEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fabrica\Events\Event;
5 5
 use Illuminate\Queue\SerializesModels;
6
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
7 6
 
8 7
 class ModuleEvent extends Event
9 8
 {
Please login to merge, or discard this patch.
src/Events/PriorityConfigChangeEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Events\Event;
6 6
 use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8 7
 
9 8
 class PriorityConfigChangeEvent extends Event
10 9
 {
Please login to merge, or discard this patch.
src/Events/ResolutionConfigChangeEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Fabrica\Events\Event;
6 6
 use Illuminate\Queue\SerializesModels;
7
-use Illuminate\Contracts\Broadcasting\ShouldBroadcast;
8 7
 
9 8
 class ResolutionConfigChangeEvent extends Event
10 9
 {
Please login to merge, or discard this patch.