Skip to content

Commit

Permalink
Update src/ActiveRecordFactory.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Tigrov <[email protected]>
  • Loading branch information
niqingyang and Tigrov authored Jan 3, 2024
1 parent 2991192 commit ec3a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActiveRecordFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(private Factory $factory)
/**
* Allows you to create an active record instance through the factory.
*
* @param class-string<T> $arClass active record class.
* @param string $arClass active record class.
* @param string $tableName The name of the table associated with this ActiveRecord class, if its empty string the
* name will be generated automatically by calling {@see getTableName()} in the active record class.
* @param ConnectionInterface|null $db the database connection used for creating active record instances.
Expand Down

0 comments on commit ec3a466

Please sign in to comment.