Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezdivandari committed Jan 17, 2024
1 parent a7ea909 commit 5566f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/Grammars/SQLiteGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function compileForeignKeys($table)
*/
public function compileCreate(Blueprint $blueprint, Fluent $command)
{
$primaryKey = tap($this->getCommandByName($blueprint, 'primary'), fn($pk) => $pk?->shouldBeSkipped());
$primaryKey = tap($this->getCommandByName($blueprint, 'primary'), fn ($pk) => $pk?->shouldBeSkipped());

$foreignKeys = tap($this->getCommandsByName($blueprint, 'foreign'),
fn ($commands) => collect($commands)->each->shouldBeSkipped()
Expand Down

0 comments on commit 5566f16

Please sign in to comment.