Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SniperSister committed Nov 17, 2024
1 parent 2d7ed2a commit 7e3bc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Providers/TUFServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class TUFServiceProvider extends ServiceProvider
{
const REPO_PATH = "https://update.joomla.org/cms/";
public const REPO_PATH = "https://update.joomla.org/cms/";

/**
* Register services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
use Illuminate\Support\Facades\Schema;
use App\Models\TufMetadata;

return new class extends Migration
{
return new class () extends Migration {
/**
* Run the migrations.
*/
Expand Down

0 comments on commit 7e3bc78

Please sign in to comment.