Fixed formatting of almost every file
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by IntelliJ IDEA.
|
||||
* User: nshahzad
|
||||
* Date: 1/8/18
|
||||
* Time: 7:46 PM
|
||||
*/
|
||||
|
||||
namespace App\Widgets;
|
||||
|
||||
|
||||
@@ -4,6 +4,10 @@ namespace App\Widgets;
|
||||
|
||||
use App\Repositories\NewsRepository;
|
||||
|
||||
/**
|
||||
* Show the latest news in a view
|
||||
* @package App\Widgets
|
||||
*/
|
||||
class LatestNews extends BaseWidget
|
||||
{
|
||||
protected $config = [
|
||||
|
||||
@@ -4,6 +4,10 @@ namespace App\Widgets;
|
||||
|
||||
use App\Repositories\UserRepository;
|
||||
|
||||
/**
|
||||
* Show the latest pilots in a view
|
||||
* @package App\Widgets
|
||||
*/
|
||||
class LatestPilots extends BaseWidget
|
||||
{
|
||||
protected $config = [
|
||||
|
||||
@@ -4,6 +4,10 @@ namespace App\Widgets;
|
||||
|
||||
use App\Repositories\PirepRepository;
|
||||
|
||||
/**
|
||||
* Show the latest PIREPs in a view
|
||||
* @package App\Widgets
|
||||
*/
|
||||
class LatestPireps extends BaseWidget
|
||||
{
|
||||
protected $config = [
|
||||
|
||||
@@ -5,6 +5,10 @@ namespace App\Widgets;
|
||||
use App\Repositories\AcarsRepository;
|
||||
use App\Services\GeoService;
|
||||
|
||||
/**
|
||||
* Show the live map in a view
|
||||
* @package App\Widgets
|
||||
*/
|
||||
class LiveMap extends BaseWidget
|
||||
{
|
||||
protected $config = [
|
||||
|
||||
Reference in New Issue
Block a user