File tree Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Expand file tree Collapse file tree 2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change 2727 ' alt' => ' Quantumweb logo' ,
2828 ' name' => ' Quantumweb' ,
2929 ],
30- // Uncomment these if you want to include the commented sponsors
31- /*
32- [
33- 'url' => 'https://serverauth.com/',
34- 'title' => 'Learn more about ServerAuth',
35- 'label' => 'Visit ServerAuth website',
36- 'component' => 'sponsors.logos.serverauth',
37- 'class' => 'block h-auto max-h-8 max-w-full fill-[#042340] dark:fill-white',
38- 'alt' => 'ServerAuth logo',
39- 'name' => 'ServerAuth'
40- ],
41- [
42- 'url' => 'https://borah.digital/',
43- 'title' => 'Learn more about Borah Digital Labs',
44- 'label' => 'Visit Borah Digital Labs website',
45- 'component' => 'sponsors.logos.borah',
46- 'class' => 'block h-auto max-h-8 max-w-full dark:brightness-125',
47- 'alt' => 'Borah Digital Labs logo',
48- 'name' => 'Borah Digital Labs'
49- ],
50- */
5130 ];
5231
5332 $randomSponsor = $sponsors [array_rand ($sponsors )];
Original file line number Diff line number Diff line change 1313| simple approach to interacting with each command's IO methods.
1414|
1515*/
16-
17- Artisan::command ('inspire ' , function () {
18- $ this ->comment (Inspiring::quote ());
19- })->purpose ('Display an inspiring quote ' );
You can’t perform that action at this time.
0 commit comments