13 lines
137 B
Plaintext
13 lines
137 B
Plaintext
|
<?php
|
||
|
|
||
|
namespace Illuminate\Testing;
|
||
|
|
||
|
namespace Spatie\LaravelSettings;
|
||
|
|
||
|
/**
|
||
|
* @method static refresh()
|
||
|
*/
|
||
|
abstract class Settings
|
||
|
{
|
||
|
}
|