Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | public function handle() |
||
35 | { |
||
36 | |||
37 | // $this->comment(PHP_EOL.Inspiring::quote().PHP_EOL); |
||
38 | |||
39 | $account = Account::where('username', 'ricardorsierra')->first(); |
||
40 | |||
41 | // (new GetMidias($account))->prepare('avilafmaria')->execute(); |
||
42 | (new GetMidias($account))->prepare('isabel.vicsf')->execute(); |
||
43 | // (new GetStories($account))->prepare('jean_grey380')->execute(); |
||
44 | // (new GetFollowers($account))->prepare('jean_grey380')->execute(); |
||
45 | } |
||
46 | } |
||
47 |