saidtechnology / newsapp_api

Variable is used but not defined PHP-W1066
Bug risk
Major
5 months agoa year old
Undefined variable: $this
14*/
15
16Artisan::command('inspire', function () {
17    $this->comment(Inspiring::quote());18})->describe('Display an inspiring quote');