Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
herpaderpaldent authored and StyleCIBot committed Feb 5, 2019
1 parent b416bba commit 8bb6da9
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

namespace Herpaderpaldent\Seat\SeatGroups\Http\Controllers\Notifications;


use Herpaderpaldent\Seat\SeatNotifications\Http\Controllers\BaseNotificationController;

class MissingRefreshTokenController extends BaseNotificationController
Expand Down Expand Up @@ -114,5 +113,4 @@ public function isAvailable() : bool
{
return $this->hasPermission('seatgroups.create');
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

namespace Herpaderpaldent\Seat\SeatGroups\Http\Controllers\Notifications;


use Herpaderpaldent\Seat\SeatNotifications\Http\Controllers\BaseNotificationController;

class SeatGroupErrorController extends BaseNotificationController
Expand Down Expand Up @@ -114,5 +113,4 @@ public function isAvailable() : bool
{
return $this->hasPermission('seatgroups.create');
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Herpaderpaldent\Seat\SeatGroups\Http\Controllers\Notifications;


use Herpaderpaldent\Seat\SeatNotifications\Http\Controllers\BaseNotificationController;

class SeatGroupSyncController extends BaseNotificationController
Expand Down Expand Up @@ -91,5 +90,4 @@ public function isAvailable() : bool
{
return $this->hasPermission('seatgroups.create');
}

}
}
1 change: 0 additions & 1 deletion src/Http/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
'uses' => 'MissingRefreshTokenController@unsubscribeDm',
]);


Route::group([
'middleware' => ['bouncer:seatnotifications.configuration'],
], function () {
Expand Down
1 change: 0 additions & 1 deletion src/Listeners/GroupSyncedNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Herpaderpaldent\Seat\SeatGroups\Listeners;

use Herpaderpaldent\Seat\SeatGroups\Events\GroupSynced;
use Herpaderpaldent\Seat\SeatGroups\Models\SeatGroupNotification;
use Herpaderpaldent\Seat\SeatGroups\Notifications\SeatGroupSyncNotification;
use Herpaderpaldent\Seat\SeatNotifications\Models\SeatNotificationRecipient;
use Herpaderpaldent\Seat\SeatNotifications\Notifications\BaseNotification;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class DeleteSeatGroupNotificationTable extends Migration
{
Expand Down

0 comments on commit 8bb6da9

Please sign in to comment.