mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-13 11:41:31 +00:00
Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to address issues observed during initial testing. These files have been updated in order to generate a new set of app images.
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Nwidart\Modules\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @method static array all()
|
||||
* @method static array getCached()
|
||||
* @method static array scan()
|
||||
* @method static \Nwidart\Modules\Collection toCollection()
|
||||
* @method static array getScanPaths()
|
||||
* @method static array allEnabled()
|
||||
* @method static array allDisabled()
|
||||
* @method static int count()
|
||||
* @method static array getOrdered($direction = 'asc')
|
||||
* @method static array getByStatus($status)
|
||||
* @method static \Nwidart\Modules\Module find(string $name)
|
||||
* @method static \Nwidart\Modules\Module findOrFail(string $name)
|
||||
* @method static string getModulePath($moduleName)
|
||||
* @method static \Illuminate\Filesystem\Filesystem getFiles()
|
||||
* @method static mixed config(string $key, $default = NULL)
|
||||
* @method static string getPath()
|
||||
* @method static void boot()
|
||||
* @method static void register(): void
|
||||
* @method static string assetPath(string $module)
|
||||
* @method static bool delete(string $module)
|
||||
* @method static bool isEnabled(string $name)
|
||||
* @method static bool isDisabled(string $name)
|
||||
*/
|
||||
class Module extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor(): string
|
||||
{
|
||||
return 'modules';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user