1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00

archtechx telegram

This commit is contained in:
Samuel Štancl 2021-10-10 20:33:03 +02:00 committed by GitHub
parent 77585aa962
commit a813e8651b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ class AppServiceProvider extends ServiceProvider
{
Model::unguard();
view()->share('telegram', 'https://t.me/LaravelCodeTips');
view()->share('telegram', 'https://t.me/archtechx');
view()->share('newsletter', 'https://newsletter.laravel-code.tips');
view()->share('twitter', 'https://twitter.com/LaravelCodeTips');
}