File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 * instantiation checks.
2424 *
2525 * @method static Model models(...$arguments)
26- * @method static \Config\ BaseConfig config(...$arguments)
26+ * @method static BaseConfig config(...$arguments)
2727 */
2828class Factories
2929{
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12+ use CodeIgniter \Model ;
1213use CodeIgniter \Test \Fabricator ;
1314
1415/**
Original file line number Diff line number Diff line change 1414use CodeIgniter \CodeIgniter ;
1515use CodeIgniter \Config \Factories ;
1616use CodeIgniter \Database \BaseConnection ;
17+ use CodeIgniter \Database \MigrationRunner ;
1718use CodeIgniter \Database \Seeder ;
1819use CodeIgniter \Events \Events ;
1920use CodeIgniter \Router \RouteCollection ;
Original file line number Diff line number Diff line change 1919use Config \App ;
2020use Config \Services ;
2121use InvalidArgumentException ;
22+ use Psr \Log \LoggerInterface ;
2223use Throwable ;
2324
2425/**
Original file line number Diff line number Diff line change 1818use Config \App ;
1919use Config \Services ;
2020use InvalidArgumentException ;
21+ use Psr \Log \LoggerInterface ;
2122use Throwable ;
2223
2324/**
Original file line number Diff line number Diff line change 1212namespace CodeIgniter \Test ;
1313
1414use CodeIgniter \Exceptions \FrameworkException ;
15+ use CodeIgniter \Model ;
1516use Faker \Factory ;
1617use Faker \Generator ;
1718use InvalidArgumentException ;
@@ -42,7 +43,7 @@ class Fabricator
4243 /**
4344 * Model instance (can be non-framework if it follows framework design)
4445 *
45- * @var CodeIgniter\ Model|object
46+ * @var Model|object
4647 */
4748 protected $ model ;
4849
You can’t perform that action at this time.
0 commit comments