mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
refactor(migrations): clean up whitespace and formatting in migration files
- Removed unnecessary whitespace and adjusted formatting for consistency across migration files.
This commit is contained in:
parent
c3182ae740
commit
22ef942088
2 changed files with 437 additions and 437 deletions
File diff suppressed because it is too large
Load diff
|
@ -620,17 +620,17 @@ class SeedInitialData extends AbstractMigration
|
||||||
|
|
||||||
// Create welcome post text
|
// Create welcome post text
|
||||||
$welcomeText = "Thank you for installing the new — TorrentPier Cattle!\n\n" .
|
$welcomeText = "Thank you for installing the new — TorrentPier Cattle!\n\n" .
|
||||||
"What to do next? First of all configure your site in the administration panel (link in the bottom).\n\n" .
|
"What to do next? First of all configure your site in the administration panel (link in the bottom).\n\n" .
|
||||||
"Change main options: site description, number of messages per topic, time zone, language by default, seed-bonus options, birthdays etc... " .
|
"Change main options: site description, number of messages per topic, time zone, language by default, seed-bonus options, birthdays etc... " .
|
||||||
"Create a couple of forums, delete or change this one. Change settings of categories to allow registration of torrents, change announcer url. " .
|
"Create a couple of forums, delete or change this one. Change settings of categories to allow registration of torrents, change announcer url. " .
|
||||||
"If you will have questions or want additional modifications of the engine, [url=https://torrentpier.com/]visit our forum[/url] " .
|
"If you will have questions or want additional modifications of the engine, [url=https://torrentpier.com/]visit our forum[/url] " .
|
||||||
"(you can use english, we will try to help in any case).\n\n" .
|
"(you can use english, we will try to help in any case).\n\n" .
|
||||||
"If you want to help with the translations: [url=https://crowdin.com/project/torrentpier]Crowdin[/url].\n\n" .
|
"If you want to help with the translations: [url=https://crowdin.com/project/torrentpier]Crowdin[/url].\n\n" .
|
||||||
"Our GitHub organization: [url=https://github.com/torrentpier]https://github.com/torrentpier[/url].\n" .
|
"Our GitHub organization: [url=https://github.com/torrentpier]https://github.com/torrentpier[/url].\n" .
|
||||||
"Our SourceForge repository: [url=https://sourceforge.net/projects/torrentpier-engine]https://sourceforge.net/projects/torrentpier-engine[/url].\n" .
|
"Our SourceForge repository: [url=https://sourceforge.net/projects/torrentpier-engine]https://sourceforge.net/projects/torrentpier-engine[/url].\n" .
|
||||||
"Our demo website: [url=https://torrentpier.duckdns.org]https://torrentpier.duckdns.org[/url].\n\n" .
|
"Our demo website: [url=https://torrentpier.duckdns.org]https://torrentpier.duckdns.org[/url].\n\n" .
|
||||||
"We are sure that you will be able to create the best tracker available!\n" .
|
"We are sure that you will be able to create the best tracker available!\n" .
|
||||||
"Good luck! 😉";
|
"Good luck! 😉";
|
||||||
|
|
||||||
$this->table('bb_posts_text')->insert([
|
$this->table('bb_posts_text')->insert([
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue