Skip to content

Commit

Permalink
Changes to files: app/Models/Fleet.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Sep 5, 2024
1 parent 727b2c7 commit 710dfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Fleet.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ class Fleet extends BaseModel
*
* @var string
*/
protected $table = "fleet";
protected $table = "fleet_fleet";
}

0 comments on commit 710dfa7

Please sign in to comment.