Skip to content

Conversation

shmax
Copy link
Contributor

@shmax shmax commented Oct 8, 2023

I was integrating the latest RC into my client code, and managed to nuke an entire table. The culprit was the refactoring I did on Table. I don't believe that Table was ever really meant to be part of the public API, so rather than undo the refactor, I'm opting to make Model::table protected.

@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #114 (3c0ab5a) into master (148165e) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##              master      #114   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       941       941           
===========================================
  Files             34        34           
  Lines           2366      2369    +3     
===========================================
+ Hits            2366      2369    +3     
Files Coverage Δ
lib/Model.php 100.00% <100.00%> (ø)
lib/Relationship/AbstractRelationship.php 100.00% <100.00%> (ø)
lib/Relationship/HasAndBelongsToMany.php 100.00% <100.00%> (ø)
lib/Relationship/HasMany.php 100.00% <100.00%> (ø)
lib/Table.php 100.00% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shmax shmax merged commit 8973a2f into master Oct 8, 2023
@shmax shmax deleted the make-table-private branch October 24, 2023 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant