Skip to content

Commit

Permalink
Fixed needed use Schema for UnreadRecords class
Browse files Browse the repository at this point in the history
  • Loading branch information
blakej115 committed Oct 21, 2022
1 parent 02ebabc commit b811ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions classes/UnreadRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace BlakeJones\MagicForms\Classes;

use Schema;
use BlakeJones\MagicForms\Models\Record;

class UnreadRecords {
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,6 @@
1.6.1:
- Fixes support for Translate v2 [thanks to daftspunk]
1.6.2:
- Fixed getting total count of records preventing install because the records table doesn't exist
- Fixed getting total count of records preventing install because the records table doesn't exist
1.6.3:
- Fixed needed use Schema for UnreadRecords class

0 comments on commit b811ba1

Please sign in to comment.