Skip to content

Commit

Permalink
fail test with deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcarlohickman committed Dec 14, 2024
1 parent 1c663b9 commit b6b0827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CascadesDeletes.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public function getCascadeDeletesRelations()
*
* @return array
*/
public function getInvalidCascadeDeletesRelations(?array $relations = null)
public function getInvalidCascadeDeletesRelations(array $relations = null)
{
// This will get the array keys for any item in the array where the
// value is null. If the value is null, that means that the name
Expand Down

0 comments on commit b6b0827

Please sign in to comment.