Commit 106f022b authored by Denisson Leal's avatar Denisson Leal

fix standards

parent e68ca24b
......@@ -69,7 +69,7 @@ class QueueTest extends TestCase
Queue::push('test1', ['action' => 'QueueJobExpired'], 'test');
Queue::push('test2', ['action' => 'QueueJobExpired'], 'test');
$job = Queue::pop('test');
Queue::pop('test');
$jobs = Queue::getDatabase()
->table(Config::get('queue.connections.database.table'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment