Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Jan 18, 2024
1 parent 5566f16 commit ae6574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/Grammars/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function compileChange(Blueprint $blueprint, Fluent $command, Connection
*/
public function compilePrimary(Blueprint $blueprint, Fluent $command)
{
throw new RuntimeException('This database driver does not support adding primary key.');
throw new RuntimeException('This database driver does not support adding a primary key.');
}

/**
Expand Down

0 comments on commit ae6574a

Please sign in to comment.