Merge branch 'main' into directory-refactor
# Conflicts: # app/Architecture/Providers/AppServiceProvider.php # app/Eloquent/Observers/YearPeriodObserver.php
This commit is contained in:
		@@ -16,7 +16,7 @@ trait InteractsWithYearPeriods
 | 
			
		||||
    public function createYearPeriod(int $year): YearPeriod
 | 
			
		||||
    {
 | 
			
		||||
        /** @var YearPeriod $yearPeriod */
 | 
			
		||||
        $yearPeriod = YearPeriod::factory()->create([
 | 
			
		||||
        $yearPeriod = YearPeriod::factory()->createQuietly([
 | 
			
		||||
            "year" => $year,
 | 
			
		||||
        ]);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user