Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Nov 11, 2024
1 parent 0a2b8a5 commit 4e22f60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Http/Controllers/MyMoviesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@
use App\Models\UserMovie;
use Blacklight\Movie;
use Blacklight\Releases;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;

class MyMoviesController extends BasePageController
{

public function show(Request $request)
{
$this->setPreferences();
$mv = new Movie();
$mv = new Movie;

$action = $request->input('id') ?? '';
$imdbid = $request->input('imdb') ?? '';
Expand Down

0 comments on commit 4e22f60

Please sign in to comment.