What is ::class in PHP?
What is the ::class notation in PHP?
A quick Google search returns nothing because of the nature of the syntax.
colon colon class
What's the advantage of using this notation?
protected $commands = [
\App\Console\Commands\Inspire::class,
];