Skip to content

Commit

Permalink
Merge pull request #42 from Muetze42/development
Browse files Browse the repository at this point in the history
fix: HasBatchTrait
  • Loading branch information
Muetze42 authored Sep 30, 2023
2 parents 4843926 + aec48e0 commit c3fcd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Models/HasBatchTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait HasBatchTrait
*
* @return void
*/
public function initializeCanActiveTrait(): void
public function initializeHasBatchTrait(): void
{
$this->mergeCasts(['batch' => 'int']);
$this->mergeFillable(['batch']);
Expand Down

0 comments on commit c3fcd6f

Please sign in to comment.