Skip to content

Commit

Permalink
Run php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ssethupathy authored and github-actions[bot] committed Aug 23, 2023
1 parent 3a6affa commit f9663a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions sourcecode/hub/app/Http/Requests/StoreContentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

namespace App\Http\Requests;

use Cerpus\EdlibResourceKit\Lti\ContentItem\ContentItems;
use Cerpus\EdlibResourceKit\Lti\ContentItem\Mapper\ContentItemsMapperInterface;
use Cerpus\EdlibResourceKit\Lti\ContentItem\Serializer\ContentItemsSerializerInterface;
use Illuminate\Foundation\Http\FormRequest;

use function app;
use function str_replace;

final class StoreContentRequest extends FormRequest
{
Expand Down
1 change: 1 addition & 0 deletions sourcecode/hub/app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Illuminate\Http\Request;
use Illuminate\Support\Facades\RateLimiter;
use Illuminate\Support\Facades\Route;

use function base_path;

class RouteServiceProvider extends ServiceProvider
Expand Down
1 change: 0 additions & 1 deletion sourcecode/hub/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use App\Http\Controllers\FacebookController;
use App\Http\Controllers\GoogleController;
use App\Http\Controllers\LoginController;
use App\Http\Controllers\OembedController;
use App\Http\Controllers\LtiController;
use App\Http\Controllers\UserController;
use App\Http\Middleware\EnsureFrameCookies;
Expand Down

0 comments on commit f9663a5

Please sign in to comment.