mirror of
https://github.com/the-programmers-hangout/Mimic.git
synced 2026-09-04 17:26:01 +02:00
laravel pint format
This commit is contained in:
@@ -7,7 +7,9 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class Config extends Model
|
||||
{
|
||||
const MAX_CODEBLOCK_SIZE = 'MAX_CODEBLOCK_SIZE';
|
||||
|
||||
const LOGGING_CHANNEL_ID = 'LOGGING_CHANNEL_ID';
|
||||
|
||||
protected $fillable = ['key', 'value'];
|
||||
|
||||
public static function get($key, $default = null)
|
||||
|
||||
Reference in New Issue
Block a user