mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-18 23:06:38 +00:00
Changed mentions of ActionLog to ActiveLog in comments.
This commit is contained in:
2
vendor/zynapse/action_base.php
vendored
2
vendor/zynapse/action_base.php
vendored
@@ -38,7 +38,7 @@ class ActionBase {
|
||||
# Components
|
||||
$env, // ActionEnvironment
|
||||
$view, // ActionView
|
||||
$log, // ActionLog
|
||||
$log, // ActiveLog
|
||||
$locale, // ActiveLocale
|
||||
|
||||
# Paths
|
||||
|
||||
2
vendor/zynapse/zynapse.php
vendored
2
vendor/zynapse/zynapse.php
vendored
@@ -39,7 +39,7 @@ class Zynapse {
|
||||
$env, // ActionEnvironment
|
||||
$base, // ActionBase
|
||||
$view, // ActionView
|
||||
$log, // ActionLog
|
||||
$log, // ActiveLog
|
||||
$locale, // ActiveLocale
|
||||
$session; // ActiveSession
|
||||
|
||||
|
||||
Reference in New Issue
Block a user