1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/ui/colorscheme.lua: update

This commit is contained in:
Henrik Hautakoski 2025-10-16 18:45:52 +02:00
parent 069e6866e9
commit 4620d33296
2 changed files with 26 additions and 6 deletions

View file

@ -0,0 +1,16 @@
<?php
namespace {{ prototype.namespace }};
use Illuminate\Support\Facades\Facade;
{% for class in prototype.classes %}
class {{ class.name }} extends Facade
{
protected static function getFacadeAccessor()
{
return '';
}
}
{% endfor %}