| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 6 | abstract class RecruitmentAwareSeeder extends TenantAwareSeeder |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * The name of the default connection. |
||
| 10 | * |
||
| 11 | * @var Recruitment |
||
| 12 | */ |
||
| 13 | protected $recruitment; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param Recruitment $recruitment |
||
| 17 | */ |
||
| 18 | public function setRecruitment(Recruitment $recruitment): RecruitmentAwareSeeder |
||
| 24 |