edit delete schemas
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php namespace Lucent\Core\Channel;
|
||||
|
||||
use Lucent\Core\Data\Channel;
|
||||
|
||||
class ChannelModule
|
||||
{
|
||||
public static function get(): Channel
|
||||
{
|
||||
$appUrl = rtrim(config("lucent.url") ?? "", "/");
|
||||
return new Channel(url: $appUrl, lucentUrl: $appUrl . "/lucent");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user