Commit 9ef2796b authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - test beautify on element config file. beautified and the author was replaced.

parent ab7444be
<?php <?php
/* /*
|------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------
| Information | Information
...@@ -8,8 +9,8 @@ ...@@ -8,8 +9,8 @@
| This file is beautified by the command "sidekick:CodebeautifierCommand" of the ceetrox | This file is beautified by the command "sidekick:CodebeautifierCommand" of the ceetrox
| sidekick package. | sidekick package.
| |
| Author: Marco Schmiedel <marco.schmiedel@itmax.email> | Author: Kevin Almond Roe Yumang <kevin.yumang@itmax.email>
| Update: 2022-06-15 10:07:09 | Update: 2022-06-30 02:04:35
| |
*/ */
namespace Ceetrox\Sidekick\Views\Limitless\Element; namespace Ceetrox\Sidekick\Views\Limitless\Element;
...@@ -20,10 +21,9 @@ ...@@ -20,10 +21,9 @@
| Dependencies | Dependencies
|------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------
*/ */
use Ceetrox\Views\Limitless\Element\LoremIpsum\JoshtronicLoremIpsum;
use View; use View;
/* /*
|------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------
| Class "Config" | Class "Config"
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
'Limitless::Example' => 'example', 'Limitless::Example' => 'example',
]; ];
public $assetAllocation = [ public $assetAllocation = [
'Limitless::Example' => [ 'Limitless::Example' => [
'Example/example.js', 'Example/example.js',
...@@ -53,6 +54,7 @@ ...@@ -53,6 +54,7 @@
] ]
]; ];
/* /*
|-------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------
| Method "alert" | Method "alert"
...@@ -72,6 +74,7 @@ ...@@ -72,6 +74,7 @@
} }
/* /*
|-------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------
| Method "cardStart" | Method "cardStart"
...@@ -100,6 +103,7 @@ ...@@ -100,6 +103,7 @@
} }
/* /*
|-------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------
| Method "loremIpsum" | Method "loremIpsum"
...@@ -109,8 +113,10 @@ ...@@ -109,8 +113,10 @@
{ {
return View('Limitless::Element.LoremIpsum.LoremIpsum') return View('Limitless::Element.LoremIpsum.LoremIpsum')
->withLength($parameters == [] ? 20 : $parameters); ->withLength($parameters == [] ? 20 : $parameters);
} }
/* /*
|-------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------
| Method "divider" | Method "divider"
...@@ -122,6 +128,7 @@ ...@@ -122,6 +128,7 @@
} }
/* /*
|-------------------------------------------------------------------------------------------- |--------------------------------------------------------------------------------------------
| Method "randomSelect" | Method "randomSelect"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment