update project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use App\Domain\SchoolCore\Context\SchoolContext;
|
||||
use App\Domain\SchoolCore\Context\SchoolContextStore;
|
||||
|
||||
if (! function_exists('school_context')) {
|
||||
function school_context(): SchoolContext
|
||||
{
|
||||
return app(SchoolContextStore::class)->current();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user