diff --git a/src/Facades/Autoload.php b/src/Facades/Autoload.php index 055f86d..36928b8 100644 --- a/src/Facades/Autoload.php +++ b/src/Facades/Autoload.php @@ -9,6 +9,7 @@ * @see \Lunarstorm\LaravelDDD\Support\AutoloadManager * * @method static void boot() + * @method static void run() * @method static array getAllLayerPaths() * @method static array getCustomLayerPaths() * @method static array getRegisteredCommands() diff --git a/src/Facades/DDD.php b/src/Facades/DDD.php index f8f0c52..392906b 100644 --- a/src/Facades/DDD.php +++ b/src/Facades/DDD.php @@ -8,7 +8,7 @@ * @see \Lunarstorm\LaravelDDD\DomainManager * * @method static void filterAutoloadPathsUsing(callable $filter) - * @method static callable getAutoloadFilter() + * @method static ?callable getAutoloadFilter() * @method static void resolveObjectSchemaUsing(callable $resolver) * @method static string packagePath(string $path = '') * @method static \Lunarstorm\LaravelDDD\Support\AutoloadManager autoloader()