lecturer lib added

This commit is contained in:
Benjamin Takats
2022-12-05 20:49:00 +01:00
parent 646dd58826
commit f433065d92
8 changed files with 32 additions and 12 deletions

View File

@@ -27,8 +27,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
ray()->newScreen('bitcoin');
Stringable::macro('initials', function () {
$words = preg_split("/\s+/", $this);
$initials = "";