Skip to content

Commit 82aed41

Browse files
committed
added mailhog + dockblockr fixes
1 parent 01f81df commit 82aed41

File tree

261 files changed

+278
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+278
-266
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ node_modules/
1313
.env
1414
.install_done
1515
.sass-cache
16+
.vscode
1617
var/log/*.log
1718
var/cache/*
1819
var/dumps/*

app/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Blocks/BaseCodeBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Commands/BaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Commands/CodeGeneratorCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/ContainerAwareObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Controllers/AdminFormPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Controllers/AdminJsonPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Controllers/AdminManageFrontendModelsPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

app/base/abstracts/Controllers/AdminManageModelsPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* SiteBase
5-
* PHP Version 7.0
5+
* PHP Version 8.0
66
*
77
* @category CMS / Framework
88
* @package Degami\Sitebase

0 commit comments

Comments
 (0)