Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
railken authored and actions-user committed Mar 28, 2024
1 parent 891a111 commit 4c057ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"amethyst/relation-schema": "0.3.*"
},
"require-dev": {
"orchestra/testbench": "*"
"orchestra/testbench": "*",
"friendsofphp/php-cs-fixer": "^3.52"
},
"autoload": {
"psr-4" : {
Expand Down
2 changes: 1 addition & 1 deletion src/DataSchema/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Helper
{
const PREFIX = '';
public const PREFIX = '';

public static function toTable(string $name)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/DataSchemaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function register()
{
$this->app->register(\Amethyst\Providers\AttributeSchemaServiceProvider::class);
$this->app->register(\Amethyst\Providers\RelationSchemaServiceProvider::class);

parent::register();


Expand Down

0 comments on commit 4c057ec

Please sign in to comment.