Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 28, 2023
1 parent d97eacc commit c3f5e17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

return [
new DatabaseQueue(),

(new Extend\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js')
->css(__DIR__.'/resources/less/admin.less'),
Expand Down
10 changes: 10 additions & 0 deletions src/DatabaseQueue.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* This file is part of blomstra/database-queue
*
* Copyright (c) 2023 Blomstra Ltd.
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*
*/

namespace Blomstra\DatabaseQueue;

use Flarum\Extend\ExtenderInterface;
Expand Down
4 changes: 0 additions & 4 deletions src/Provider/DatabaseQueueProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
namespace Blomstra\DatabaseQueue\Provider;

use Flarum\Foundation\AbstractServiceProvider;
use Flarum\Foundation\Config;
use Flarum\Queue\Console\WorkCommand;
use Illuminate\Contracts\Container\Container;
use Illuminate\Queue\DatabaseQueue as Queue;
use Illuminate\Queue\Failed\DatabaseUuidFailedJobProvider;

class DatabaseQueueProvider extends AbstractServiceProvider
{
Expand Down

0 comments on commit c3f5e17

Please sign in to comment.