Skip to content

Commit 7e3bc78

Browse files
committed
CS fixes
1 parent 2d7ed2a commit 7e3bc78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/Providers/TUFServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class TUFServiceProvider extends ServiceProvider
1616
{
17-
const REPO_PATH = "https://update.joomla.org/cms/";
17+
public const REPO_PATH = "https://update.joomla.org/cms/";
1818

1919
/**
2020
* Register services.

database/migrations/2024_11_17_100935_create_tuf_metadata_table.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
use Illuminate\Support\Facades\Schema;
66
use App\Models\TufMetadata;
77

8-
return new class extends Migration
9-
{
8+
return new class () extends Migration {
109
/**
1110
* Run the migrations.
1211
*/

0 commit comments

Comments
 (0)